In order for my game to work with Game Center I had to create a bundleID. I pretty much did like I would do in xcode and wrote com.myname.mygame, I then added the name to
[lua]iphone = {
plist = {
CFBundleIdentifier = “com.myname.mygame”, CFBundleDisplayName = “mygame”
}}[/lua]
So why do I get this message?
warning: This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier:
59V7W96M28.mygame (-19054)
I tried to add the AppleID generated in iTunes connect, but that’s only 9 and only numeric. My guess is that it’s some sort of Corona App ID? But is it required and why? And can’t I then follow the ordinary Apple BundleID format? If I have to change this I have to delete and recreate everything in Game Center.
/> Daniel
[import]uid: 158989 topic_id: 29124 reply_id: 329124[/import]