Please note this:
This question is no longer valid, because of ionic push notification has been shutdown now.
As of February 1, 2018, we will no longer provide Push and Auth services. Anyone with an existing Cloud account can continue using Push and Auth through January 2018. After that, you’ll need to find an alternative provider.
The Ionic community is already using a number of leading push and auth providers today.
For Push notifications, we recommend AWS Pinpoint , OneSignal, and Firebase, based on their overall popularity and the number of helpful tutorials and docs that should make it easy for you to get set up. Additionally, OneSignal has created a landing page specifically for Ionic Push developers.
ionic push notification not working after changed the apple id
I am using ionic push notification service. I created a ios app and integrated push notification with it and working well. I changed my apple developer account agent roll to another apple id. Previously used apple id developer account has been expired and recently renew it to new apple id after informed it to apple developer support. Now previously used iOS Provisioning profile has been invalidated and new provisioning profile has been created under new apple id. I created a new build of iOS app and test the push notifications. Now it is not working on new app (cannot send push notification but device is registered with token) and old app still working well. It is in a app store now (old app).
If I remove my previous build credentials from ionic push security profile and if I create them again with new details, will new app get work with push notification? will it effect to the already working app in production or will it work even? Here I am using production configuration for the new app also. Do I need to create new iOS push certification also?
I need to get work both app's push notification in production. I did not changed the build credentials from ionic push security profile yet because I need to things get cleared before do that from some one who have experienced with this kind of matter before.
NOTE: I did not create new bundle id. Same bundle id is using.
Greatly appreciate any kind of your help on this matter.
Thank you!