iOS Push Notifications

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • UIUserNotificationSettings.types: UIUserNotificationType // A bitmask of the notification types that your app is allowed to use
  • UIUserNotificationSettings.categories: Set // The app’s registered groups of actions

Parameters

ParameterDescription
userInfoA dictionary that contains remote notification info, potentially including a badge number for the app icon, alert sound, alert message, a notification identifier, and custom data.


Got any iOS Question?