ios - APNS not working on AdHoc Distribution Profile on Google App Engine -


after push notifications sent , received using general ios development , apns development ios certificates, created ios distribution , apns production certificates adhoc testing.

at first, created ios distribution certificate , installed keychain. created apns production certificate, installed keychain, , uploaded .p12 file server. finally, created provisioning profile , signed ios distribution certificate. when created , ipa-file , installed on device, push notifications not received.

device asked permissions , got unique device id, server side fine. had faced problem , guide/tutorial followed?

i followed article

http://gnuromancer.org/2013/04/21/google-app-engine-apns/

the issue google app engine server.

 apnsservice service = apns.newservice() .withcert(inputstream, "password").withsandboxdestination() .withnoerrordetection().build(); 

if create adhoc or appstore build, along different certificate , provisioning profile, withsandboxdestination() line has changed withproductiondestination().


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -