Upgrading to iOS SDK v3
We have released the iOS SDK v4.
You're looking at the upgrade guide to the older iOS SDK v3.
Please follow the upgrade guide to the newer iOS SDK v4 instead.
Rename a few methods
Deprecated method | New method |
---|---|
getInstallationCustomProperties() | getProperties() |
putInstallationCustomProperties() | putProperties() |
getNotificationEnabled() | isSubscribedToNotifications() |
setNotificationEnabled(true) | subscribeToNotifications() |
setNotificationEnabled(false) | unsubscribeFromNotifications() |
You're done!
Updated about 4 years ago