User Tag List

Results 1 to 3 of 3

Thread: Game Center Achievements

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Feb 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Game Center Achievements

    I am just having an experience trying to use these two objects, I can't seem to get it to work correctly. Would it be possible for someone to walk me through this? Or at least point me to some kind of tutorial as my searching has yielded nothing. Thank you.

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    The real hassle is actually setting up the acheivements in the Apple Dev Center. You need to read up on the documentation Apple provides on their site. Once you have done that, it is pretty straight forward. You just send and receive the ID numbers associated with them in the Dev Center Account. Just realize you need to set up your app before you can even begin to create leaderboards and acheivements. It is up to you to decide how the player is informed of the acheivement and also how you store the acheivement game-side.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Verbage's Avatar
    Join Date
    Dec 2010
    Location
    Lakewood, CO, USA
    Posts
    233
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Achievement object is a single achievement. Achievements mean you can use it for many achievements. In the iTunes connect section under game center, you must setup each achievement with an identifier (I do game.achievement, ex: Minesweeper.FlagMode). Then, in-game, you must setup events or a chain of events that eventually cause the achievement to unlock, using the identifier as "minesweeper.FlagMode" as the first popup, then % completed as the second. If its a one-time achievement, put 100. If not, use a simple (current/totalneeded)*100 equation to get % completed towards goal (which shows up in the Game Center achievements popup).

Similar Threads

  1. [TRIAL] Game Center Achievements Tutorial
    By Verbage in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 25th April 2015, 02:20 PM
  2. [REQ] Game Center Achievements Object
    By Olivier in forum iOS Export Module Version 2.0
    Replies: 9
    Last Post: 19th April 2013, 04:58 PM
  3. Asking question to display achievements while in game problem
    By Shmuper in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 25th April 2012, 12:30 AM
  4. Game Center Achievements
    By Renatos in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 11th March 2012, 09:30 PM
  5. Game Center achievements question
    By cfullerNY in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 11th November 2011, 02:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •