如何为我的应用程序清除首选iOS推送通知?

如何为我的应用程序清除首选iOS推送通知?

问题描述:

Hello安装应用程序时,它会要求用户发送推送通知的权限。
我正在测试我的申请。但是从设备中删除后再安装它不再需要许可。
如何删除这些设置,以便再次请求权限?

Hello When the application is installed, it asks the user for permission to send push notifications. I'm testing my application. But after removing it from the device and then install it no longer asks for permission. How do I remove these settings so that it once again asked for permission?

我需要它来测试服务器推送通知。

I need it to test server push notifications.

iOS推送通知的允许对话框每24小时出现一次..所以您需要手动修改设备日期并将其设置为对话框出现日期后1天。

the allow dialog for the iOS push notification appear one time every 24 hour .. so all what you need to modify the device date manually and set it to be 1 day after the date that dialog appear on it.