iphone - Push notification stopped working when downloaded from App Store -


when test push notification apn_development_cer, works loaded app on iphone device xcode.

but, when downloading same application app store or ad hoc distribution on same iphone device xcode, stops sending push notification apn_production_cer.

thanks in advance!

vivek dandage

are using sandbox (development) environment available through gateway.sandbox.push.apple.com, port 2195 ? app store build, need production environment available through gateway.push.apple.com, port 2195;


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -