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
This works however it is only correct because luckily the first 3 options in the UNAuthorizationOptions enum are identical in value to the elements of UNNotificationPresentationOptions. The completionHandler should be called like so:
Bug report
In the instructions for integrating UNUserNotificationCenter:
This works however it is only correct because luckily the first 3 options in the
UNAuthorizationOptions
enum are identical in value to the elements ofUNNotificationPresentationOptions
. ThecompletionHandler
should be called like so:The text was updated successfully, but these errors were encountered: