1

I am using a Cordova plugin to track installations of my hybrid Apps: cordova-plugin-appsflyer-sdk.

This plugin works for me on iOS, I am able to track installations of the iOS App built with Cordova. I am unable though to track the installations of the Android app.

When I use their Integration Test App I get this error:

                    enter image description here

The dashboard is configured in this way:

I clicked "Add App", I chose "Android out of store APK", I added as store details: the bundle identifier of my app, "TEST" as channel name and a fake url for the App URL. I saved and the dashboard got created successfully.

When I execute the initSdk command the response says "success" but no installations appear on the dashboard!

Logs in console: enter image description here

Gabe
  • 5,997
  • 5
  • 46
  • 92
  • **I will give a 100 bounty to who will able to help me in a timely matter, thanks!** – Gabe Apr 28 '19 at 08:13
  • 1
    ```I clicked "Add App", I chose "Android out of store APK"``` - This is probably the issue. You should select `Pending Approval Or Unpublished`, select the Google Play toggle and input the package name of your application (as defined for Android, e.g. `com.appsflyer.analytics`) Selecting `Out of Store` requires an additional appendix to your package name, and you probably don't want that. – Benjamin Weinstein Apr 28 '19 at 09:16
  • @BenjaminAF It worked!! Thanks!! Create and answer and I'll mark it as chosen reply and give you the bounty in 2 days. – Gabe Apr 28 '19 at 15:49

0 Answers0