Sailthru Mobile iOS SDK 8.5.0
Features
We have added a new [Carnival startEngine:withAuthorizationOption:]
method that can be used to specify what push notification authorizations are requested by the SDK. You can now choose from NoRequest, Provisional and Full, depending on what level of authorization you require:
- NoRequest : No authorization will be requested by the SDK.
- Provisional : Provisional authorization will be requested, allowing Quiet pushes to be sent that appear only in the Notification Center.
- Full : Alert, Badge and Sound authorization will be requested. This requires prompting the user for permission.
Deprecations
The [Carnival startEngine:registerForPushNotifications:]
method has been deprecated in favor of the new [Carnival startEngine:withAuthorizationOption:]
method.