You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).