...
On SDK 4 we have exposed new APIs with backward compatibility with SDK 3 APIs with the below changes:
- Inbox messages -
- support of Appoxee default UI for Inbox
- was removed
- As an alternative a reference UI 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. As such please make sure you perform the following:
- You must implement the URL schemes and register them (see apple documentation)
- Test all Deep linking by entering the deep link in the browser on the device and make sure that the expected screen is showing in the app.
...