0

I have transferd my ios app from my account(AA) to client account(BB).for push notification in fire-base server we uploaded APN (private key) which is generated by AA. But now account is changed and also i am updating app with new account. So if i upload new APN generate from new account, older app will not support push notification. But however i read like " we can generate a APN which will support older and new app"

But how to achieve that..?

With old APN i tried to push notifn to new app which is signed/updated with new account i.e BB , notification is failing..

  • it will exist know transfer will not impact on store app – Sunilkumar Godi May 28 '19 at 11:26
  • So there will be no impact on App store, therefore you don't need to create APNS certificate for older app. For App transfer, it may take time to reflect to trasfer app from older account to newer one. – Bhavik Modi May 28 '19 at 11:30
  • its already done ..meaning available in newer(BB) account. now i want to upload from new account(BB) so i have to create new apn certificate if i create and upload new APN from new account(BB) to firebase older app will not receive push notification is there any way to handle like new apn should support old as well as new ?? – Sunilkumar Godi May 28 '19 at 11:58
  • There is no dependency or conflict between the Live application and creating new APNS certificate. If you creating new APNS certificate, you have to configure it with backend only when you have to submit an application through new (BB) account. – Bhavik Modi May 28 '19 at 12:02
  • Your current application will receive push notifications regardless of new APNS certificate in your new (BB) account. – Bhavik Modi May 28 '19 at 12:03
  • but fire-base account is same for me ..i have to replace the previous APN(private key) with the new one(which i created with new account BB) – Sunilkumar Godi May 28 '19 at 12:06
  • Yes, there will be no issue of it. If you sending notification with newly created APNS certificate, it will only receive in the build with the same certificate. – Bhavik Modi May 28 '19 at 12:08
  • Let us [continue this discussion in chat](https://chat.stackoverflow.com/rooms/194045/discussion-between-sunilkumar-godi-and-bhavik-modi). – Sunilkumar Godi May 28 '19 at 12:14

2 Answers2

1
  1. If you are creating a new APNS certificate in (BB) account and you have to make your application live, in that case, you have to update application and firebase certificate with latest APNS.

  2. Your existing application will have no impact, if you are creating new APNS certificate or not, it will work without any fail - until you update the APNS to Firebase server

    Note: If you change Push notification certificate in backend server / Firebase server, your existing live application won't receive any push notification.

Community
  • 1
  • 1
Bhavik Modi
  • 1,517
  • 14
  • 29
0

[https://support.appmachine.com/hc/en-us/articles/360000012284-Transfer-your-app-to-another-iOS-Developer-Account][1]

I think its support you for move application one account to another