iOS Push Notifications not sent for production -
i have push notifications working app using development aps-environment. not work production environment. far aware, certificates , private keys correct. trying test production aps-environment on ad-hoc distribution provisioning profile, not app store profile.
i'm wondering possible test production push notifications ad-hoc profile? there else should checking for?
i had exact same issue. drove me crazy day. did change apns server url in php script 'ssl://gateway.push.apple.com:2195' ? different used during development.
also make sure have production certs in place, etc...
Comments
Post a Comment