iOS Question GameCenter not working anymore

ilan

Expert
Licensed User
Longtime User
hi

i am updating my old apps and some of them uses GameCenter. If i run the app gamecenter is not logging in and if i try to send the build for review i get this warning:

You must add the com.apple.developer.game-center key in Xcode


any idea why it is not working anymore?

i am using the hosted builder

i tried to add this line:
B4X:
#PlistExtra:<key>com.apple.developer.game-center</key><true/>

did not help.

in the dashboard i also see this note:



thanx
 

walterf25

Expert
Licensed User
Longtime User
I've never used this but shouldn't it be something like this:
B4X:
#PlistExtra:<key>com.apple.developer.game-center</key><boolean>true</boolean>

Regards,
Walter
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
Try:
B4X:
#Entitlement: <key>com.apple.developer.game-center</key><true/>
as usual Erel you are the King ?
Thanks a lot, this solved the issue. Game Center is running now fine and i was able to send the game for review.

Just out of curiosity, what is the different between "Entitlement" and "PlistExtra" and when should we use them?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…