Releases: Tealium/tealium-ios-appsflyer-remote-command
Releases · Tealium/tealium-ios-appsflyer-remote-command
3.0.0
Breaking Changes
- Removed
TealiumRegistration
and all notification related methodspublic 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 theAppsFlyerLib
is initialized.- You can use it if the initialization is asynchronous via the remote command API to be sure that
appsFlyerDevKey
andappleAppID
have been properly set on theAppsFlyerLib
instance before using it.
- You can use it if the initialization is asynchronous via the remote command API to be sure that
- Support XCode 15 and raise minimum iOS deployment target to iOS 12.
Low Impact Changes
- Added
pushnotificationopened
in the supportedEventCommandNames
. - 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
2.1.1
- Updated Tealium SDK to latest version
- Updated Appsflyer SDK to latest version
- Added support for custom events
2.1.0
2.0.0
- Update for JSON Controlled Remote Commands
- Update to the latest version of the AppsFlyer SDK
- Sample App Updates
1.0.1
- Update to the latest version of the AppsFlyer SDK
- Sample App Updates
1.0.0
Initial Release
0.0.1
Update version to pre-release