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
* Re-listing notifications categories after registering to force a refresh of them.
- See comment for more details.
* These are the dynamic per notification buttons set via the dashboard or REST API
* Issue started to show up in iOS 12
* Fixes#430
var allCategories = OneSignalNotificationCategoryController.sharedInstance.existingCategories;
667
667
668
668
let newCategoryIdentifier = [OneSignalNotificationCategoryController.sharedInstance registerNotificationCategoryForNotificationId:payload.notificationID];
669
-
670
669
let category = [UNNotificationCategorycategoryWithIdentifier:newCategoryIdentifier
0 commit comments