Skip to content

Releases: Tealium/tealium-ios-appsflyer-remote-command

3.0.0

15 Mar 16:06
ce388cb
Compare
Choose a tag to compare

Breaking Changes

  • Removed TealiumRegistration and all notification related methods
    • public func application(:didReceiveRemoteNotification:fetchCompletionHandler:)
    • handlePushNofification(payload:)
    • registerPushToken(:)
  • Notification handling is now entirely demanded to the underlying AppsFlyerLib framework. (See more on the AppsFlyer documentation).

Medium Impact Changes

  • AppsFlyerRemoteCommand.onReady to be notified of when the AppsFlyerLib is initialized.
    • You can use it if the initialization is asynchronous via the remote command API to be sure that appsFlyerDevKey and appleAppID have been properly set on the AppsFlyerLib instance before using it.
  • Support XCode 15 and raise minimum iOS deployment target to iOS 12.

Low Impact Changes

  • Added pushnotificationopened in the supported EventCommandNames.
  • Fixed issue when building XCFrameworks due to AppsFlyerLib framework sharing the same name of it's main class. (See here for details).

2.1.2

22 Feb 12:39
8011284
Compare
Choose a tag to compare

Remove arm64 architecture exclusion for simulators on Cocoapods.

2.1.1

10 Feb 18:38
5237dc6
Compare
Choose a tag to compare
  • Updated Tealium SDK to latest version
  • Updated Appsflyer SDK to latest version
  • Added support for custom events

2.1.0

03 Feb 11:38
b56defb
Compare
Choose a tag to compare
  • Update Appsflyer minimum version to 6.4
  • Update TealiumSwift minimum version to 2.6.0
  • Add version of the remote command to the DataLayer
  • Remove embedded Appsfyer framework and use commond dependency manager practices

2.0.0

20 Oct 23:55
88dc76e
Compare
Choose a tag to compare
  • Update for JSON Controlled Remote Commands
  • Update to the latest version of the AppsFlyer SDK
  • Sample App Updates

1.0.1

05 Jun 17:51
3a6d1bb
Compare
Choose a tag to compare
  • Update to the latest version of the AppsFlyer SDK
  • Sample App Updates

1.0.0

07 May 15:15
1bae798
Compare
Choose a tag to compare

Initial Release

0.0.1

06 Apr 21:44
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Update version to pre-release