Extension configuration

  1. Ensure you are in Extensions within your mobile app property.

  2. Select Catalog.

    initial setup

  3. Use the Search Search field the find the Identity extension.

    1. Search for Identity.

    2. Select the Identity extension.

    3. Select Install.

      Identity Install

    This extension does not require any further configuration.

  4. Use the Search Search field to find and install the AEP Assurance extension.

    This extension does not require any further configuration.

  5. Use the Search Search field to find and install the Consent extension. In the configuration screen:

    1. Select Pending. In this tutorial, you manage consent further in the application. Learn more about the Consent extension in the documentation.

    2. Select Save to Library.

      consent settings

  6. Use the Search Search field to find and install the Adobe Experience Platform Edge Network extension.

    1. In Datastreams select the Datastream that you created in the previous step for each of the environments, for example Luma Mobile App.

    2. If not already populated, specify the Edge Network domain within Domain Configuration. The Edge Network domain is the name of your organization, followed by data.adobedc.net, for example techmarketingdemos.data.adobedc.net.

    3. From the Save to Library menu, select Save to Library and Build.

      edge network settings

Your library is built for the new extensions and configurations. A successful build is indicated by a ● in the Initial Build button.

Generate SDK install instructions

  1. Select Environments from the left rail.

  2. Select the Development install icon Box .

    environments home screen

  3. In the Mobile Install Instructions dialog, select the iOS tab.

  4. You can copy Copy the instructions to set up your project using CocoaPods. CocoaPods are used to manage SDK versions and downloads. To learn more, please review the CocoaPods documentation. If you are using Android™ as your development platform, Gradle is the tool to manage SDK version, downloads, and dependencies. To learn more, please review the Gradle documentation

    The install instructions provide you a good starting point for implementation. You can find additional information here.

    INFO
    For the remainder of this tutorial, you will not use the CocoaPods instructions but instead use a native Swift Package Manager (SPM) based setup.
  5. Select the Swift tab below Add Initialization Code. This block of code shows how to import the required SDKs and register the extensions at launch. This is covered in more detail in Install SDKs.

  6. Copy Copy the Environment File ID and store it in a place as you need it later. This unique ID points to your development environment. Each environment (Production, Staging, Development) does have its own unique ID value.

    install instructions

NOTE
The install instructions should be considered a starting point and not definitive documentation. The latest SDK versions and code samples can be found in the official documentation.