Are scheduled UILocalNotifications part of iOS device backup?

让人想犯罪 __ 提交于 2019-12-01 04:07:49

Finally I forced myself to do the test. The result:

YES - scheduled local notifications are part of backup, this means they are restored and scheduled on the new device. The restore overwrites any previously scheduled local notifications for the same app on the target device. Even icon badge number is preserved in backup and restored to the new device - showed on the icon.

I think that can be restore/copy to new device, or maybe you have to use new device to test this workflow ...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!