Greetings developers,
We currently have an app running with Parse push service and migrating to AWS. The app is able to receive push messages from both service providers and both service providers are using the same .p12 file for sending push messages. However, AWS will sometimes set the device to disable state and the device will no longer receive push message from AWS. According to AWS support/FAQ :
Q: How does SNS Mobile Push handle token feedback from notification services?
Push notification services such as APNS and GCM provide feedback on tokens which may have expired or may have been replaced by new tokens. If either APNS or GCM reports that a particular token has either expired or is invalid, SNS automatically "disables" the application endpoint associated with the token, and notifies you of this change via an event.
So now onto my question, is it possible to share the same .p12 file to different push service providers and will this make APNS to false alarm the service provider with an invalid device state ? Is there any developer with similar background and facing similar issues ?
Thanks in advance.