Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Releases: adobe/react-native-acptarget

v2.0.1

28 Apr 20:52
e9c5e15

Choose a tag to compare

  • remove Jcenter() usage

v2.0.0

07 Aug 01:50
f70da12

Choose a tag to compare

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

22 Dec 02:44
ccd7657

Choose a tag to compare

  • 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

16 Mar 16:50
53a7067

Choose a tag to compare

Updates the Target iOS library to v2.1.6
Updates the Target Android library to v1.1.5

v1.2.0

02 Dec 17:00
9fe4016

Choose a tag to compare

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

11 Oct 19:47
22c5132

Choose a tag to compare

Updates the underlying libraries:

  • Updates Android Target to 1.1.3

v1.1.1

03 Oct 19:12
c36e90a

Choose a tag to compare

Upgrade iOS ACPTarget library to 2.1.4.

v1.1.0

06 Sep 21:09
6c22923

Choose a tag to compare

Adds support for React Native 0.60.0 auto-linking for iOS.

v1.0.2

13 Aug 16:56
2396bea

Choose a tag to compare

  • Update iOS ACPTarget to 2.1.3
  • Update Android Target to 1.1.2

v1.0.1

17 Jul 21:41
4f027f8

Choose a tag to compare

  • Updates to ACPTarget 2.1.1
  • Updates to Target 1.1.1