OData SDK

REST client libraries are available with 2.2 SP03 to provide REST SDK support for OData applications.

New REST SDK Support for OData Applications

New REST client libraries are available with 2.2 SP03. The REST SDK libraries enable consumption of Sybase Unwired Platform REST services with pure HTTPS connectivity. The REST SDK provides simplified APIs for registration, exchange settings between client and server, and end-to-end tracing. The SDK also supports native push notifications.
Note: Only the SDK has been updated for 2.2 SP03; the 2.2 SP03 SDK continues to work with 2.2 SP02 runtime.
Three new classes have been added for iOS and Android for registration, exchange setting, end-to-end tracing, and native push notifications:
  • iOS – new classes: SMPClientConnection, SMPUserManager, and SMPAppSettings.
  • Android – new classes: ClientConnection, UserManager, and AppSettings.

Documented in: Developer Guide: OData SDK, see the REST SDK API Usage sections (for Android and iOS)