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 methodNew method
getInstallationCustomProperties()getProperties()
putInstallationCustomProperties()putProperties()
getNotificationEnabled()isSubscribedToNotifications()
setNotificationEnabled(true)subscribeToNotifications()
setNotificationEnabled(false)unsubscribeFromNotifications()

You're done!