I am trying to implement push notification in my iPhone application and some short I am successful but I am getting this error:
Domain=NSCocoaErrorDomain Code=3000开发者_StackOverflow 'no valid' aps- environment' entitlement string found for application UserInfor=0x170140 {NSLOcalizedDescription=no valid 'aps- environment' entitlement string found for application}`
Please help me how can I connect to my web-service and how to resolve this error.
Please help me how can I resolve this error? Thank you. Is there any video just share with me. Thank ja.
You have to create a certificate for this, read this tutorial http://www.xcode-tutorials.com/programming-apple-push-notification-services-apns/
Also, push will not work in the simulator
精彩评论