Hi guys, is it normal that AmazonGamesClient.getWhispersyncClient() is null?
According to the amazon api, "Whispersync data is always accessible, even when the player is not registered with Amazon or is offline."
But this doesn't seem to be true.
I was using appXplorer to test my app, and it crashes right at the following line because getWhispersyncClient is null:
AmazonGamesClient.getWhispersyncClient().getGameData();
Thanks for your help in advance!