...
- Inbox messages - support of Appoxee UI for Inbox has been removed and we instead a reference implementation is provided in our example application (code API gitHub). In addition, Instead of using AppoxeeMessage object, developer will need to use APXRichMessage object.
- More Apps, User Feedback removed – SDK 4 implemented an empty implementation of these features
- Custom Field – fetching a custom field will be from the device cache only (values will not be fetched from server. So when migrating, on getting a custom field which wasn’t set, a nil value will be returned).
- Deep-Linking - SDK 4 uses iOS URL schemes for deep-linking.You must implement the URL schemes and register them (see apple documentation)
Procedure
Existing customers who will upgrade to the new SDK will have to perform the below steps
...
- Instead of using AppoxeeMessage, developer will need to use APXRichMessage
4. SDK 4 uses iOS URL schemes for deep-linking.If you have not registered the deep-link URLs, you will need to register them in order for deep-linking to work (see apple documentation).
5. Follow Add the Mobile Push SDK
...