The In-App Messaging SDK for iOS is ready for beta testing.
Summary
The SDK provides the following:
- Objective-C wrappers for AT&T's OAuth 2.0 authentication API
ATTOAuthClient: an HTTP client for OAuth against AT&TATTOAuthViewController: an easy to use UI component to handle the OAuth User consent flow.
- Objective-C wrappers for consuming AT&T's In-App Messaging API RESTful resources:
IAMManager: an HTTP client to handle In-App Messaging HTTP requests.ATTRequest: base class representing a request for an In-App Messaging API resource. It's sub-classes expose the parameters for consuming each resource.