Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.74 KB

File metadata and controls

52 lines (36 loc) · 1.74 KB

Get the SDK

The Adobe Experience Platform SDK is available via Cocoapods and Gradle.

  1. Open the Mobile property in Launch and go to the Environments tab to view instructions for adding the SDKs to an app.
  2. Find the platform needed in the table and click on the box icon under the Install column.
  3. On the Mobile Install Instructions pop-up, choose Android or iOS.
  4. Follow the instructions for using Gradle with Android or CocoaPods with iOS.

The necessary dependencies and initialization code can be copied from the pop-up to the app project.

{% hint style="info" %} The recommended approach to integrating the SDK is to use Cocoapods or Gradle. SDK libraries are also available on Github. {% endhint %}

{% tabs %} {% tab title="Android" %} {% hint style="warning" %} Adobe Experience Platform SDK for Android supports Android 4.0 (API 14) or later. {% endhint %}

You should see a pop-up similar to the following:

{% endtab %}

{% tab title="Objective C" %} {% hint style="warning" %} Important: Adobe Experience Platform SDKs for iOS supports iOS 10 or later. {% endhint %}

You should see a pop-up similar to the following:

{% endtab %}

{% tab title="Swift" %} {% hint style="warning" %} Important: Adobe Experience Platform SDKs for iOS supports iOS 10 or later. {% endhint %}

You should see a pop-up similar to the following:

{% endtab %} {% endtabs %}

Further Reading