...
To add Mobile App Manager to your app code for customers who have been using iOS SDK versions prior to iOS SDK v4.0. If you are not already using an earlier version of the iOS SDK, see instead.
SDK4 is a lightweight SDK which utilizes the latest Apple API .SDK 4 is compiteble from iOS 7 and above.
SDK Highlights:
- Simple integration including Cocoapods
- Asynchronous operations
- Tyrpesafe APIs
On SDK 4 we have exposed new APIs with backward compatibility with SDK 3 APIs with the below changes:
- APX InApp - support of APX UI for Inbox has been removed and we provide instead a reference implementation.In addition, Instead of using AppoxeeMessage, developer will need to use APXRichMessage
- 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).
Background Information
SDK4 is a newly designed SDK that supports iOS versions 7.0 to 9.0 (and above). Built in an asynchronous manner, modeled, it uses the latest API from Apple. It is easy to maintain, fully tested and highly dynamic. The main conceptual differences are: Synchronous vs Asynchronous and Unmodeled vs Modeled. The effect that the two main differences will have on our customers are divided into two:
...