ios7 - Push notifications not coming when we download the build from testflight or diawi iOS -


i have created .pem , .p12 file http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1 tutorial. using java server exported .p12 key using link there error of directly exporting .p12 file cannot send push notifications using javapns/javaapns ssl handshake failure.

everything working great in debug mode. whenever install build xcode receive push notifications everytime. after archiving , uploading build on testflight or diawi , installing on device didn't push notifications. getting device token apns server. on debugging @ server side found device token receive , send notifications invalid. response sent apns server our java server. . using xcode 6.0 or later , app compatible ios7.0 or later. , yes have made checks in registering remote notifications ios 8 , 7.has has faced issue because earlier in xcode 5 series hasn't happen. please help

any appreciated. thanks

if followed ray wenderlich's tutorial , made work in development mode, issue comes fact you need create new .pem-file production mode.

so, need perform same steps did development certificate (i.e. .p12-file) downloaded once more production certificate can obtain in ios dev center well: enter image description here

here quote tutorial overread:

if you’re ready release app public, have repeat process make ad hoc or app store distribution profile.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -