Questions tagged [amazon-gamecircle]

GameCircle is an Amazon API to sync game data across devices and platforms to improve player experience and retention.

From the GameCircle documentation:

The GameCircle experience and Whispersync for Games are now available for all Android devices, Kindle Fire and Fire TV. These services are free to use and provide everything you need to implement achievements, leaderboards, and saved game syncing across multiple devices. Once you integrate GameCircle, customers can seamlessly play games and interact with other gamers across mobile devices.

8 questions
3
votes
1 answer

How do I use a test nickname to sign in into Amazon Game Circle?

I'm integrating Amazon GameCircle Leaderboards and Achievements into my game. I have set up everything in "Mobile App Distribution portal" and I have done everything described in "Initializing GameCircle in Your Game". Now, AmazonGamesCallback calls…
Nick
  • 3,205
  • 9
  • 57
  • 108
2
votes
1 answer

GameCircle - MonoDroid - Xamarin

I'm trying to use GameCircle SDK on Xamarin Mono for android, but I have these problems: Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap.cs(23,23): Error CS0738: `Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap' does not implement interface…
Mapo
  • 115
  • 1
  • 11
1
vote
1 answer

unity game crashes if I press home button on game circle layout screen

I have made a game on unity and added amazon game circle leaderboards in it. My leaderboards work fine but if I press android home button while on leaderboard screen and then reopen after opening other applications my game crashes... A way out I…
1
vote
1 answer

Amazon Game Circle Whitelist error

I want to ask You about Whitelist in GameCircle. I had testing my app with testing boundle ID and my key, like they wrote in tutorial. But now I'm wondering about if this signature and boundle id (package name) is needed when I publish my app or is…
Shial
  • 1,386
  • 19
  • 31
0
votes
1 answer

amazon gamecircle login not working

I'm trying to get the Amazon GameCircle to work for leaderboards and achievements. Here's what I did: I followed the instructions on how to create a game configuration by extract the md5 hash from the keystore. (I only have one keystore) I used the…
user2154171
  • 145
  • 1
  • 1
  • 8
0
votes
2 answers

Amazon GameCircle on Generic Android Device?

I've read Jeff's documentation inside and out. I'm still not able to log into GameCircle on my Samsung S3. (31429): Unable to initialise AmazonGamesClient - service not ready. Status=CANNOT_INITIALIZE I have the right security profile, app…
veta
  • 716
  • 9
  • 22
0
votes
0 answers

Does Amazon Gamecircle expose player's email address?

Does anyone knows if Amazon GameCircle exposes a player's email address to the app? According to this documentation, the API only exposes player's Alias (probably the nickname chosen by player), Avatar URL, and PlayerID (which is a unique string…
Prateek Jain
  • 388
  • 3
  • 9
0
votes
1 answer

White patches while GameCircle Integration in Cocos2d Android

I am integrating Game Circle SDK & Whisper Sync in my game. I have implemented the code, but it has caused an issue. When I load the game and get the game state from the WhisperSync and set my local variables, white patches are observed in some…
Farooq Arshed
  • 1,984
  • 2
  • 17
  • 26