Always Login as Guest User on Fire Device
If you side load the App then Gamecircle logs in with Amazon GameCircle user id. If you install the app through Amazon Test Service or Install live app it logs u in as Guest
Game Circle version: 5.0.389.0-firetabler_50090310
Fire Device : Fire HD 7 (4th Generation)
Fire OS: 5.4.0.1
>
> This issue is being generated in Fire devices only. It should get automatically logged in with user's Amazon account, but is always logged in as Guest
>
>
> Code to Initialise GamesClient
AmazonGamesClient.initialize(activity, new AmazonGamesCallback() { @Override public void onServiceReady(AmazonGamesClient agc) { agsClient = agc; } @Override public void onServiceNotReady(AmazonGamesStatus ags) { Log.e(TAG, ags.toString()); } }, EnumSet.of(AmazonGamesFeature.Leaderboards));