I am working on creating local notifications for reminding the player when his stamina is full (So he can play more)
My question about the id that is returned when you schedule a future notification. The documentation says the pointer can’t be saved between program runs.
My question: What is considered a program run? I know that, at least on Android, some part of the app will run in the background unless you go to settings —> apps—> and force the app to stop.
For instance:
Open app
Notification scheduled
Close App Via “sliding off the screen”
Open app
Cancel notification via notificationID pointer
Can the pointer be saved across sessions in this way?
Thanks!
Kenny,
iOS / Android