Search code examples
iosiphonepush-notificationapple-push-notificationsjavaapns

How to Get device token of all registered devices (APNS)?


I have a iPhone Application which is Hosted in Apple Store, Recently due to a DB Failure(Corrupt) all the registered device token for the Application are corrupted now I am unable to Push notifications to devices.

Is there any way to get the registered Device Token once again from Apple Servers?


Solution

  • Don't think Apple keep the record, as tokens received on phone are directly sent to your own server in your App. And there's also no related information stored in your push notification certificate.

    Your best bet is to have an App version update and upload the token again.