The Adobe Experience Platform SDK is available via Cocoapods and Gradle.
- Open the Mobile property in Launch and go to the Environments tab to view instructions for adding the SDKs to an app.
- Find the platform needed in the table and click on the box icon under the Install column.
- On the Mobile Install Instructions pop-up, choose Android or iOS.
- 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:
{% 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:
{% 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:


