Permission Management
The SDK provides a method to manage permission for sending push notifications to the user. This function updates the permission status and communicates it to the API via the push service.
The permission status will be determined by whether or not the user has granted or denied Push Notifications. The permission status will be updated each time during the initialization of the the EZPush SDK.
If you want to manually update the permission status, you needd to call
EZPush().submitPermissionStatus()