Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 10 local notifications #4

Open
kiliankoe opened this issue Jun 22, 2016 · 0 comments
Open

iOS 10 local notifications #4

kiliankoe opened this issue Jun 22, 2016 · 0 comments

Comments

@kiliankoe
Copy link
Owner

Local notifications

Available triggers for scheduling local notifications include Calendar, Location (including beacons of course) and Time Interval and they can all be configured to fire once or multiple times. You can even reschedule them or change them in any other way before or after they are delivered. Just create a new UNNotification instance with the same identifier and updated content, schedule it, and it will replace the old one.

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

No branches or pull requests

1 participant