Closed GoogleCodeExporter closed 9 years ago
Output of feedback service:
[JAVAPNS Folder]$ java -cp
"JavaPNS_2.2.jar:lib/bcprov-jdk15-146.jar:lib/log4j-1.2.15.jar"
javapns.test.FeedbackTest Certificates_SSL_APNS.p12 '*******' sandbox
0 [main] DEBUG javapns.communication.ConnectionToAppleServer - Creating
SSLSocketFactory
26 [main] DEBUG javapns.communication.ConnectionToAppleServer - Creating
SSLSocket to feedback.sandbox.push.apple.com:2196
2144 [main] DEBUG javapns.feedback.FeedbackServiceManager - Found: [0]
Original comment by gupt.ra...@gmail.com
on 11 Mar 2012 at 3:50
Is it okey to use any machine with same provision profile to build the app or
the app can ONLY be build on the mac where ssl certificate CSR was generated.
having private key in the login chain. I am using 1st option do not have the
same mac.
Original comment by gupt.ra...@gmail.com
on 12 Mar 2012 at 7:29
You seem to be mixing development and production stuff... If you want to use
the sandbox, make sure you generate a DEVELOPMENT certificate, and that your
app is signed with it. Once you are ready to move to production, generate a
production certificate and sign your app with that new certificate.
Make SURE you follow the procedure documented in the wiki:
http://code.google.com/p/javapns/wiki/PreparingCertificates
Original comment by sype...@gmail.com
on 14 Mar 2012 at 4:48
Thanks for the response i'll try that out one query here-
"Development Provisioning Profiles" can only access sandbox and "distribution
ones" work with production. So is there any relevance of "Prod" SSL
certificates in Development Provisioning Profiles and vice versa.
Original comment by gupt.ra...@gmail.com
on 15 Mar 2012 at 4:34
Same comment as before.... production and development don't mix, so make sure
you use only development stuff for the sandbox server, and production stuff for
the production server. When shortcuts are attempted to mix the two, it usually
doesn't work.
Original comment by sype...@gmail.com
on 17 Mar 2012 at 4:39
Original issue reported on code.google.com by
gupt.ra...@gmail.com
on 11 Mar 2012 at 3:35