Bug Issue: Apple Game Center


Pages: 1

RulezTeam

  • Level 3 Stencyler
August 10, 2023, 02:20:53 am
Hi,

starting August 16, 2023, new apps and app updates that offer Game Center features need to include the Game Center entitlement.

New private build have this ?



Justin

  • Master Stencyler
  • *
August 14, 2023, 07:58:06 am
This isn't done automatically (at the moment) but you could do this yourself pretty easily by overriding the existing lime template with your own.

The base entitlements file template is provided by lime at this path: templates/ios/template/{{app.file}}/{{app.file}}.entitlements.
So to override this file, copy it to (game folder)/lime-templates/ios/template/{{app.file}}/{{app.file}}.entitlements.
Then, add the desired entitlement to the file:

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>get-task-allow</key>
    <true/>
    <key>com.apple.developer.game-center</key>
    <true/>
</dict>
</plist>


Pages: 1

Details

  • Reported
    August 10, 2023, 02:20:53 am
  • Updated
    August 14, 2023, 07:58:06 am

  • View Status
    Public
  • Type
    Bug
  • Status
    New
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    (none)
  • Category
    (none)

Tags