简体   繁体   中英

Apple Pushnotification Feedback service

I have a problem with IOS push notification. I am using php(Zend) as a provider. I have tested the notification in below scenarios:

1) Installed app in my iPhone and sends the device token to server and it is successfully stored in database. Then i have fired a notification, and i have received notification.

2) Then i have uninstalled the app from device and fired a notification. In this scenario APNS doesn't returned any error message. Feedback service also not gave any invalid tokens (Device has other apps which has push notification enabled).

3) Installed app again then send the notification. Now, The notification is successfully sent.

So my question is, why apns not returned invalid token when app is uninstalled from the device. Why feedback service not returned any invalid tokens?

Thanks in advance

When you uninstall an application, it does not get de-registered from the push server. So, this is normal behaviour. You won't get any invalid token error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM