Will Push Notification Still Work After Ownership Transfer in Itunesconnect

will push notification still work after ownership transfer in iTunesConnect

Ok, for anyone else coming up against this as long as you dont change the bundle id you will be fine, push notifications are not affected by the seed id.

Submit App Update after App transfer to new account

No, you won't need to create a new APNS certificate for an app update.

The certificate is hosted on the server handling push notifications and that can be changed at any time. Keep a note of when the current certificate will expire and create a new one and replace it on the server before then.

If you don't know when the current APNS certificate expires, there's no hard in creating a new one now.

Does NSUserDefaults persist after app transfer?

The answer is actually YES - I tested this with two live apps that were transferred from one itunes connect account to another (with different Team IDs) and that just NSUserDefaults to store and load user data/settings. As I suspected, the reason this does indeed work is because NSUserDefaults do not rely on the bundle identifier's prefix to figure out which container to use.

TLDR:

YES



Related Topics



Leave a reply



Submit