Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top