I mean, our app schedules a couple of local notifications. User makes a backup of the system and restores it on a new device. Will previously scheduled local notifications fire on the new system, or do we need to reschedule them again on the new system?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Thanks for the conclusive answer. – Elliot Nov 15 '11 at 16:25
feedback

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

link|improve this answer
oh yes, I know. I am just asking, if anybody has the results. – Vilém Kurz Oct 27 '11 at 19:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.