You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user adds a not yet released movie to the watchlist:
Schedule one local notification for 10h on the release date "{Title of movie} is released today!"
When a user removes the movie from the watchlist:
Delete the local notification again
fbernutz
changed the title
Feature: Push Notifications when new movie from watch list is released
Post Notification when new Movie from Watchlist is released
Apr 6, 2019
fbernutz
changed the title
Post Notification when new Movie from Watchlist is released
Post Notification when Movie from Watchlist is released
Apr 6, 2019
Implement with scheduled local notifications.
Schedule one local notification for 10h on the release date "{Title of movie} is released today!"
Delete the local notification again
For more information about how this should work:
https://developer.apple.com/documentation/usernotifications/scheduling_a_notification_locally_from_your_app
The text was updated successfully, but these errors were encountered: