...
On SDK 4 we have exposed new APIs with backward compatibility with SDK 3 APIs with the below changes:
- APX InApp Inbox messages - support of APX Appoxee UI for Inbox has been removed and we provide instead a reference implementation (code API). 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).
...
3. For customers who are using APX Appoxee Inbox changes are required:
- Customers which use the APX Inbox Appoxee Inbox UI - Need to use the reference Inbox UI implementation
...