0
votes
1answer
23 views

iOS Updated App Version - New Leaderboards and Accomplishments

When I create a version update in iTunes Connect, the Game Center leaderboards and accomplishments are empty. Will the old leaderboards persist or do I have to create new leaderboards? If not, ...
5
votes
1answer
156 views

Game Center woes: iTunes Connect? Provisioning Profiles? Something else?

I'm having some seriously confusing Game Center problems. My app runs on iOS 6 and above only, and I've been using the standard code for authenticating with Game Center: GKLocalPlayer *localPlayer = ...
0
votes
0answers
9 views

View past Game Center scores

Is there a way to view past scores submitted to Game Center for my game (an app which I've released)? Or even just how many scores were submitted on each day?
0
votes
1answer
69 views

Can't create leaderboard in sandbox itunes connect

I'm trying to create a leaderboard for my game. Unfortunately, after following iTunes connect's instructions and filling out the leaderboard and 1 language specification for the leaderboard, the Save ...
1
vote
2answers
129 views

Game Center integration delay

From what I understand: GameCenter integration requires the app to be registered on iTunes Connect Once the app is registered, a binary must be published within 3 months (otherwise I cannot reuse ...
7
votes
2answers
844 views

iOS Game Center Group

When I use Group Leaderboard in Game Center do I need to use "grp" prefix in id's enumerated in my app? In other words if I will set up my existing game to use Group Leaderboard do I need to add "grp" ...
5
votes
2answers
1k views

IOS Game Center Achievement Upload

Is anybody aware of a way of uploading all the Achievements into Game Center within iTunes Connect? I have about 30 achievements in 10 languages. That's a whole bunch of clicking, cutting and ...
0
votes
1answer
342 views

Game Center Support

I want to add game center leaderboards to my app. In some youtube videos and other tut's i've seen that you need to enter a category to the leaderboard in itunes connect. Where do I do that, because ...
1
vote
1answer
95 views

Game Center game development time limit?

Apparently I have to create my App on iTunes Connect in order to use Game Center code in my project. But wait, I remember that if you wait around 7 months of something, iTunes Connect removes your app ...
0
votes
2answers
710 views

Same Bundle ID suffix on iPad and iPhone versions of App

This is a subtle question. I am planning to release an iOS app with two versions - one for iPhone and iPod Touch, and the other for iPad. The apps will be named, say, MyApp and MyApp HD. The app ...
3
votes
3answers
3k views

Avoid Leaderboard Hacking on Game Center

Has anyone found a way to avoid leaderbaord hacking on Game Center or at least make it more complicated? You can see a video of HackCenter, a Cydia app that lets you submit any score you want here: ...
2
votes
1answer
1k views

Delete GameCenter Leaderboard - iTunes Connect

My game currently has four leaderboards for differently difficulties, however this is going to change in a new update. I no longer want to make use of all of these, but only one. How can I setup the ...
2
votes
1answer
1k views

How to register the game center application on iTunesConnect?

I am working on an application that uses the game center feature from iOS 4.1. While studying game center i got to know that it uses game center service to post leaderBoard and achievements. I have ...
0
votes
2answers
398 views

Can I start implementing Game Center in my iPhone app, without having created a new app in iTunes connect?

This is a repost of my question over on the gamedev.stackexchange but there seems to be more Game Center questions and answers here. I'm in the process of developing a game for the iPhone and I want ...