Reputation: 11550
I am getting error in APNS implementation I used code from here http://www.easyapns.com/apple-delegate
I get following error
Domain=NSCocoaErrorDomain Code=3000 UserInfo=0x12f9f0 "no valid 'aps-environment' entitlement string found for application"
Any idea?
Upvotes: 0
Views: 2105
Reputation: 12036
For developing apps with push notification you need to create appCertificate for push notification and sign the app with that.
Upvotes: 1