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

Add support for providing notification options #123

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

robbiet480
Copy link
Contributor

@robbiet480 robbiet480 commented Sep 21, 2018

This allows users to pass in a array of UNAuthorizationOptions or UIUserNotificationType to give to the system during the notification permission request. I needed to add this because I need to specify that I support the new iOS 12 app notifications deep link as well as iOS 12 critical alerts.

I noticed you (@ennioma) increased the deployment target to iOS 12 and saw your comment about being unable to support iOS 9 and iOS 10+ in the same project at this time. For that reason i'd also suggest removing the UIApplication notification code in this file before merging the iOS12 branch into master.

@ennioma ennioma merged commit 553ef26 into ennioma:iOS12 Sep 25, 2018
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.

2 participants