This repository was archived by the owner on Aug 28, 2023. It is now read-only.
Releases: adobe/react-native-acptarget
Releases · adobe/react-native-acptarget
v2.0.1
v2.0.0
RN ACPTarget 2.0.0 contains following changes
- Supports React Native version 0.60.+
- Removed the bundled SDK binaries (xcframework) from the React Native module.
- Only allows installing ACPTarget via Cocoapods.
- Declares the native dependencies with a dynamic version to load the latest SDK.
- Removed the deprecated API:
- ACPTarget.registerExtension()
v1.3.0
- General - The SDK is now distributed using XCFrameworks in order to support hardware with the new Apple M1 architecture while maintaining support for existing Intel architecture.
- IMPORTANT: Upgrading to AdobeMobile XCFrameworks requires Xcode 12.0 or newer
- IMPORTANT: If using Cocoapods, upgrading to AdobeMobile XCFrameworks requires Cocoapods 1.10.0 or newer
v1.2.1
Updates the Target iOS library to v2.1.6
Updates the Target Android library to v1.1.5
v1.2.0
Added content callback to the ACPTargetRequestObject in Javascript.
Sample usage:
var request1 = new ACPTargetRequestObject("mboxName2", parameters1, "defaultContent1", (error, content) => {
if (error) {
console.error(error);
} else {
console.log("Adobe content:" + content);
}
});
v1.1.2
Updates the underlying libraries:
- Updates Android Target to 1.1.3
v1.1.1
Upgrade iOS ACPTarget library to 2.1.4.
v1.1.0
Adds support for React Native 0.60.0 auto-linking for iOS.
v1.0.2
- Update iOS ACPTarget to 2.1.3
- Update Android Target to 1.1.2
v1.0.1
- Updates to ACPTarget 2.1.1
- Updates to Target 1.1.1