APNS not working with Adhoc build

本秂侑毒 提交于 2019-12-12 10:57:55

问题


I am using an application with Adhoc Provisioning profile and certificate. The application is not yet published. But the APNS is giving an error 8-Invalid Token

Following things are already checked.

  1. Application has the entitlement key <aps_environment>production<aps_environment>, checked from the mobile.embeddedprovision

  2. APNS SSL Certificate was generated by selecting an option Create Sandbox or Production SSL Certificate

  3. The certificate itself can connect to Production

  4. The APNS url used in Php script is ssl://gateway.push.apple.com:2195

  5. All the old tokens from cleared from the db and the test was done with the new token

What else should I check I am really running out of ideas...

Could this happen because the Application is not published to the App Store?

来源:https://stackoverflow.com/questions/40152981/apns-not-working-with-adhoc-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!