will push notification still work after ownership transfer in iTunesConnect

江枫思渺然 提交于 2019-11-27 04:31:43

问题


I am looking to transfer ownership of an app that uses push notifications from one account A to account B, when I transfer the bundle id is maintained but the seed id changes.

I use urban airship to deal with all the push notifications (works really well)

the bundle id is maintained when transferred (com.mydomain.myapp). The seed is (the 'XXYYZZ' before the bundle id changes from account to account.

This does not seem to be in the bundle id on urban airships account details - just the com.mydomain.myapp bit.

Push notifications still function fine.

My question (thanks for reading this far) is when I have to update the apns certificate in urban airship - this will have to be updated through the new account B's profile - which has a different seed id, will this break the connection between the apps current users devices and the new accounts push apns?

The bundle id without the prefix will be the same, does the seed id prefix have any bearing on the apns ssl certificate?

I hope this makes sense.

Many thanks in advance


回答1:


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.



来源:https://stackoverflow.com/questions/19373721/will-push-notification-still-work-after-ownership-transfer-in-itunesconnect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!