AppsFlyerSDK / appsflyer-cordova-plugin

AppsFlyer plugin for Cordova
MIT License
37 stars 71 forks source link

setAppUserId and getAppsFlyerUID relation #201

Closed juanmaldonadodev closed 2 years ago

juanmaldonadodev commented 2 years ago

Report

Plugin Version

6.4.4

On what Platform are you having the issue?

ios and android

What did you do?

We are using cordova appsflyer integration. By one side we are calling to setAppUserId to ser our customerUserId then we call getAppsFlyerUID

What did you expect to happen?

get customerUserId on getAppsflyerUID

What happened instead?

we are not getting our customerUserId, we are getting other value: 1646825633403-5879522

Please provide any other relevant information.

Is this normal?

pazlavi commented 2 years ago

Hi @juanico18, Thank you for reaching out to us.

Yes, this is normal. The getAppsFlyerUID method returns the AppsFlyer ID that is automatically created for every new install of an app. You can find more info here.