Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid JSON in initSdk's onSuccess callback on link click #31

Closed
deumax opened this issue Feb 26, 2018 · 2 comments
Closed

invalid JSON in initSdk's onSuccess callback on link click #31

deumax opened this issue Feb 26, 2018 · 2 comments

Comments

@deumax
Copy link

deumax commented Feb 26, 2018

Hi,

I am using version 4.3.0 with ionic 3 and cordova android 6.3.0

this.appsFlyer.initSdk(options, successData => { console.log(successData); }, error => { console.log('AppsFlyer:initSdk error: ', error); } );

Invalid JSON (without quotes) output after i clicked a OneLink:
{af_deeplink=true, campaign=testcampaign, media_source=test, install_time=2018-02-19 10:33:48, af_status=Non-organic, path=, scheme=myscheme, host=myhost}

Just opening the App gives me a correct JSON:

{"status":"success","type":"onInstallConversionDataLoaded","data":{"af_message":"organic install","af_status":"Organic"}}

Is this fixed in a newer version? It is currently not possible to upgrade to 4.4 due to not being able to upgrade cordova from 6 to 7.

Thanks

@malua
Copy link

malua commented May 9, 2018

Still happening in Version 4.4.7!

@af-fess
Copy link
Collaborator

af-fess commented May 10, 2018

fixed in 4.4.8

@af-fess af-fess closed this as completed May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants