开发者

Apple Push Notification Error (aps-environment)

I have registered the app on iTunes connect. When I run the app on the device I get the following APNS error.

Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x19e890 {NSLocalizedDescription=no valid 'aps-environment' entitlement string found for application}
开发者_如何学JAVA

I have used the same AppID and bundle identifier in the xCode project as well as the iTunes connect.

Also, I forgot to mention that the App is registered under a Enterprise developer profile and I am running it under my personal developer profile.


You have either not enabled Push Notifications in the Provisioning Portal, or you are not signing your app with the correct certificate that was created when you did enable Push Notifications.


Having the same problem, I ended up removing my Provisioning Profiles, on the provisioning portal clicked Edit and then Generate to have them freshly generated, then downloaded the needed Provisioning profiles and double-checked Code Signing Identity (in Build Settings).

Code Signing Identity looks like this: http://i.stack.imgur.com/2l2hd.png

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜