line / line-sdk-starter-android-v2

A starter application that demonstrates how to use LINE SDK V2 for Android.
MIT License
35 stars 27 forks source link

User ID keeps changing. #23

Open SupreeNuri opened 6 years ago

SupreeNuri commented 6 years ago

I found that getting user id from this command --> result.getLineProfile().getUserId() will return different id after some peroid of time.

Is this normal or should it remain the same?

Will the user id change if users change their profile details? Can the user id be different if users change their phone?

What can cause the user id to change?