ios - How to change production certificate (.p12) after application is in appstore -


certificates, provisioning profiles , setting apple push notification part never grasp since first day. believe lot of people having similar issues looking @ questions. unfortunately after long approval process , app being in appstore, apps push notification not working. while in development, push notification working perfectly. guess made mistake in setting production certificates before app store submission (most reason frustration subject - or lack of knowledge - find out..)

now technical part: ios app id settings

i submitted app apn certificate labelled 1. after figured pn not working, created certificate labelled 2. talk later.

and here keychain access screenshot computer created certificates (the labels matched above certificates image): keychain access screenshot

as can see, certificate 1 doesn't have private key attached it. (is problem?!) don't know how happened or if have deleted mistake or never created in beginning. rest have private keys attached certificates.

thinking must reason pn not working, after app in appstore, created new apn certificate labelled 2. time private key attached:)

and here how export certificate , private key couple .p12 file. don't think part wrong since same procedure used development .p12:

.p12 exporting

whatever tried, (i exported every possible .p12 combination of 4 certificates , 3 private keys , embedded them our server) push notifications not working.

so question is:

do have re-submit app appstore again brand new certificates? bad since people downloaded app not have push notification functionality @ least 12 days. (thats how long took appstore review last time)

is there still chance can play apple developer console , alter/create new certificates/provisioning files/apn certificates , thing working without need re-submission.

thanks reading somehow long question. help/thought appreciated.

no, there no need of re-submitting app. certificate 1 - yes missing private key means certificate not correct. certificate 2 can again export .p12 file or can create new certificate , create .p12 file. , yes, can play around .p12 file.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -