Skip to content

Releases: attdevsupport/att-iam-ios

In-App Messaging SDK for iOS - v1.0

04 Apr 21:53
Compare
Choose a tag to compare

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&T
    • ATTOAuthViewController: 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.