I implement PushNotification in my application. I transfer my app on another iTunes Connect account. Now if i want to upload a new version of this app on transfered account then i need to make new push notification certificate ?
Asked
Active
Viewed 202 times
1
-
Don't need if bundle id not changed. http://stackoverflow.com/questions/19373721/will-push-notification-still-work-after-ownership-transfer-in-itunesconnect – Yun CHEN May 02 '17 at 09:39
-
Then which certificate have to select on Xcode build setting at the time of uploading. – Ghost Rider May 02 '17 at 09:41
-
For the version on AppStore, you don't need to and cannot change the certificate. For new build one, you would better to create new one certificate. The xCode will help you to create new app id in your dev account, and you need to config the notification certificates manually. – Yun CHEN May 02 '17 at 09:43
-
If i create a new certificate on new account the PushNotifications will work ? – Ghost Rider May 02 '17 at 09:46
-
The old version on Appstore should work fine before you updating a new version. – Yun CHEN May 02 '17 at 09:47
-
And for new version i have to create new .Pem file ? – Ghost Rider May 02 '17 at 09:48
-
Yes, you do it for new version. – Yun CHEN May 02 '17 at 09:49
-
oK thanks for the help. – Ghost Rider May 02 '17 at 09:51