@eskimo, here is the result of the development build:
<?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>com.apple.application-identifier</key>
				<string>EEEEE.x.y.z</string>
				<key>com.apple.developer.game-center</key>
				<true/>
				<key>com.apple.developer.icloud-container-identifiers</key>
				<array>
								<string>iCloud.x.y.z</string>
				</array>
				<key>com.apple.developer.icloud-services</key>
				<array>
								<string>CloudDocuments</string>
				</array>
				<key>com.apple.developer.team-identifier</key>
				<string>EEEEEEEEEE</string>
				<key>com.apple.developer.ubiquity-container-identifiers</key>
				<array>
								<string>iCloud.xxx.yyy</string>
				</array>
				<key>com.apple.security.app-sandbox</key>
				<true/>
				<key>com.apple.security.application-groups</key>
				<array>
								<string>xxx.yyy.zzz</string>
								<string>xxx.yyy</string>
				</array>
				<key>com.apple.security.files.downloads.read-write</key>
				<true/>
				<key>com.apple.security.files.user-selected.read-write</key>
				<true/>
				<key>com.apple.security.get-task-allow</key>
				<true/>
				<key>com.apple.security.network.client</key>
				<true/>
				<key>keychain-access-groups</key>
				<array>
								<string>xxx.yyy.zzz</string>
				</array>
</dict>
</plist>
It has com.apple.developer.game-center set.
Older versions of Xcode would try to merge the entitlements… How older? I always trying to keep my Xcode up to date, but this problem seems exist for a long time.
Do you have any method to eliminate com.apple.developer.game-center from exported app? App Review Board rejected my appeal with a templated email, now I'm stuck 😭
Kindly Regards,
Yang
Topic:
Code Signing
SubTopic:
General
Tags: