Skip to content

Conversation

@HernanZh
Copy link

Local notifications have some problems because IDs are not unique and it's impossible to cancel them between sessions in iOS.

  • The IDs of the notifications always started at 0 between sessions, this is now Date.now() making it more unique.
  • The iOS plugin keeps a local dictionary of notifications, but it's not persistent. The scheduled notifications are now loaded into this dictionary during initialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant