Can you automatically post to GameCenter?

Does Apple allow you to automatically post your score to Game Center without clicking a button?
Also, does anyone know what happens to a GameSalad app, if you have implemented a score feature and the player has not logged in to GameCenter or does not have a GameCenter account? Does it cause any bugs?

Comments

  • IsabelleKIsabelleK Member, Sous Chef Posts: 2,807
    Sure you can :)
    If there is Login behavior, and he doesn't have account, he will be able to make one. If he isn't logged in, or doesn't have an account (and don't want to create one), Post Score behavior won't work.
  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    You can post a score when an attribute is triggered.

    Rule:
    When game.lives = 0,
    Post score to Game Center.

    You'll need a Game Center login behavior in there somewhere. If they don't log in, it will disable Game center until they decide to login. So there shouldn't be any problem there.
Sign In or Register to comment.