[Resolved] Corona doesnt support Gamecenter ????????????

I have implemented Gamecenter into my test app.

I build the app and use XCode to install it unto my iPhone. When i launch the app on my phone, the Gamcenter login shows up.it asks me to enter my Sandbox user name and password.

After i enter it, i get an error from Gamecenter saying “Gamecenter does not recognize this game”.
What do i do?
[import]uid: 119483 topic_id: 31837 reply_id: 331837[/import]

Hi there,

To answer the question in your subject line, Corona does support Game Center. I have it working in the game I’m working on, and many Corona games have been released with Game Center functionality.

As for the error you’re receiving, two things I would recommend you check:

  • Have you actually set up and enabled Game Center in iTunes Connect?
  • Does the bundle ID in your build.settings match the bundle ID in iTunes Connect?

Hope this helps.

  • Andrew [import]uid: 109711 topic_id: 31837 reply_id: 127066[/import]

And make sure you are building with the correct certificates _for your app_ and not the Ad Hoc * one. [import]uid: 105599 topic_id: 31837 reply_id: 127093[/import]

There is a second place in iTunes connect where you have to enable Game Center or it won’t work. It’s at the bottom of the meta data page and there is a gray “enabled” button that needs to be green.

Ant it does work with AdHoc profiles. They will still be sandboxed but it does work with them. [import]uid: 19626 topic_id: 31837 reply_id: 127107[/import]

@aukStudios:
I could have sworn my bundleID in corona matches the one i entered in iTunes connect. I’ll check it again as soon as developer.apple.com is back online. (the site is currently down for maintenance)

@james309
I’m using the correct certificate. Im using my distribution one, and uploaded it to iTunes connected using Application Loader.

@robmiracle:
i remember seeing that, i’ll check as soon as the site is back up.

Thanks all for your input.
[import]uid: 119483 topic_id: 31837 reply_id: 127147[/import]

@aukStudios:

how would i enter my bundle ID in build.settings?

i entered this in iPhone>plist:

CFBundleIdentifier = "com.senusoft.TestApp"  

but i get an error when i click build. The Corona iOS build window gives me an error saying:

There is an error in your build.settings" [import]uid: 119483 topic_id: 31837 reply_id: 127148[/import]

never mind, i think i got it [import]uid: 119483 topic_id: 31837 reply_id: 127149[/import]

Hi there,

To answer the question in your subject line, Corona does support Game Center. I have it working in the game I’m working on, and many Corona games have been released with Game Center functionality.

As for the error you’re receiving, two things I would recommend you check:

  • Have you actually set up and enabled Game Center in iTunes Connect?
  • Does the bundle ID in your build.settings match the bundle ID in iTunes Connect?

Hope this helps.

  • Andrew [import]uid: 109711 topic_id: 31837 reply_id: 127066[/import]

And make sure you are building with the correct certificates _for your app_ and not the Ad Hoc * one. [import]uid: 105599 topic_id: 31837 reply_id: 127093[/import]

There is a second place in iTunes connect where you have to enable Game Center or it won’t work. It’s at the bottom of the meta data page and there is a gray “enabled” button that needs to be green.

Ant it does work with AdHoc profiles. They will still be sandboxed but it does work with them. [import]uid: 19626 topic_id: 31837 reply_id: 127107[/import]

@aukStudios:
I could have sworn my bundleID in corona matches the one i entered in iTunes connect. I’ll check it again as soon as developer.apple.com is back online. (the site is currently down for maintenance)

@james309
I’m using the correct certificate. Im using my distribution one, and uploaded it to iTunes connected using Application Loader.

@robmiracle:
i remember seeing that, i’ll check as soon as the site is back up.

Thanks all for your input.
[import]uid: 119483 topic_id: 31837 reply_id: 127147[/import]

@aukStudios:

how would i enter my bundle ID in build.settings?

i entered this in iPhone>plist:

CFBundleIdentifier = "com.senusoft.TestApp"  

but i get an error when i click build. The Corona iOS build window gives me an error saying:

There is an error in your build.settings" [import]uid: 119483 topic_id: 31837 reply_id: 127148[/import]

never mind, i think i got it [import]uid: 119483 topic_id: 31837 reply_id: 127149[/import]