Since April 25, 2023, Apple has required apps submitted to the App Store to be built with Xcode 14.1 or later. The Experience Platform Mobile SDKs and extensions outlined below were built with prior versions of Xcode and are no longer compatible with iOS and iPadOS given Apple’s current App Store requirements. Consequently, on August 31, 2023, Adobe will be deprecating support for the following Experience Platform Mobile SDKs and wrapper extensions:
After August 31, 2023, applications already submitted to the App Store that contain these SDKs and wrapper extensions will continue to operate, however, Adobe will not be providing security updates or bug fixes, and these SDKs and wrapper extensions will be provided as-is exclusive of any warranty, due to the App Store policy outlined above.
We encourage all customers to migrate to the latest Adobe Experience Platform versions of the Mobile SDK to ensure continued compatibility and support. Documentation for the latest versions of the Adobe Experience Platform Mobile SDKs can be found here. The iOS migration guide can be found here.
This repository contains a test app to demonstrate Adobe Experience Platform plugins for Cordova.
- Node Package Management
- Cordova is distributed via
npm
.
- Cordova is distributed via
- Apache Cordova
- Android Studio
- Required to run the sample app in Android.
- Xcode
- Required to run the sample app in iOS.
- Cocoapods
- Required to install the AEP Cordova plugins for iOS.
To get started with the sample app, follow the steps below:
- Clone or download this repository.
- From the root directory of this repository, run the following command in terminal:
make setup
To run the test app in Android, run the following command from the root directory:
make open-android
To run the test app in iOS, run the following command from the root directory:
make open-ios
When modifying the code for the test app, you should modify TestApp/www/index.html
and TestApp/www/js/index.js
.
When Cordova builds each platform (Android and iOS), it will copy these files into the respective platforms.
To push changes to the Android and iOS builds, run the following command from the root directory:
make update
If you want to rebuild only the iOS or Android app, navigate to the TestApp
directory and run:
cordova build <platform>
Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.
We look forward to working with you!
See LICENSING