We had implemented APNS in our app and it was working fine. But now we have transferred this app to client's account. And client has submitted new version of app to the app store using there account. So my questions are -
will old users with having older version of app and not updated new version of app yet (i.e which was submitted from our account and in which APNS is configured with our account certificates and credentials) still get the push messages?
will new users with having newer updated version of app (i.e which is now submitted from client's account and in which APNS is configured with our account certificates and credentials) still get the push messages?
.pem file for APNS was generated from our account (before app transferred) and after app transferred also this .pem file is used. so do we need to create new .pem file for APNS using client's account ?
Please guide me on these issue.
Thank you