Known Issues - DevDmitryHub/cordova-plugin-appsflyer GitHub Wiki

:cactus: Known issues list

Build error. Check dependencies.

Integrated AppsFlyer SDK has restrictions for iOS archs (armv7, arm64, not armv7s)

  • :wrench: Fixed since plugin version v.3.3.3
  • :hammer: Workaround: fix xcode project for exclude armv7s architecture from valid list or patch cordova for exclude it arch from generated xcode files.

Also you can get this error using plugin v.3.3.2. It happened after update binary AF-iOS-SDK and was fixed.

  • :package: You should update it to v.3.3.3

Missing install data for iOS

Missing install conversion data after Non-organic installs for iOS.

  • Fixed in the AppsFlyer iOS SDK v.4.3.7.
  • :wrench: Resolution: update plugin version to v.3.3.3 with updated sdk.
  • :hammer: Workaround: use pulic REST API from AppsFlyer.

:warning: After our tests updated iOS SDK v.4.3.7 is raw yet and doesn't allow receive install parameters. I guess that 'onInstallDataLoaded' event isn't fired anymore. So the best solution right now is a downgrade plugin version to v.3.3.1 and expect the final solution from AppsFlyer.