简体   繁体   中英

Push notifications doesn't work on iOS 5.0.1

Push notifications doesn't work on iOS 5.0.1. I have a development SSL certificate for the push notifications on my server. Do i need a distribution certificate for push notification to work on the builds signed with an distribution adhoc provisioning profile? They work fine when i test the app on my iPod which has the development provisioning profile. I hope i am able to explain my problem :(

Yes, you need to use a distribution certificate for ad-hoc builds and appstore builds. The distribution certificate has to be associated with the production push certificate for the right app id.

I found that this guide was a huge help in getting started http://code.google.com/p/apns-php/wiki/CertificateCreation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM