Post

Replies

Boosts

Views

Activity

Assistance Needed with Malformed Info.plist Affecting TestFlight Build Selection
Hello everyone, I am experiencing an issue with the Info.plist file in my app, which prevents me from selecting a build on TestFlight. After several attempts to resolve the issue using Xcode documentation and forums, I contacted Apple Developer Support for assistance. My Support Journey: Developer Support Team They identified that the issue lies with the CFBundleAlternateIcons key in the Info.plist file. However, they informed me that their scope is limited to administrative support for the Apple Developer Program and redirected me to the Developer Technical Support Team for code-level assistance. Developer Technical Support Team After reviewing my case, they advised me to use an alternative approach to the CFBundleAlternateIcons key in the main app bundle (Payload/maxplayer_androidtv.app/Info.plist). They recommended seeking further guidance on forums or through other technical resources. Below is the current content of my Info.plist file: <key>CFBundleIcons</key> <dict> <key>CFBundlePrimaryIcon</key> <string>AppIcon</string> <key>CFBundleAlternateIcons</key> <string>AlternateIcon</string> </dict> <key>XSAppIconAssets</key> <string>Images.xcassets/AppIcon.appiconset</string> <key>TVTopShelfImage</key> <dict> <key>TVTopShelfPrimaryImageWide</key> <string>TopShelfImageWide</string> <key>TVTopShelfPrimaryImage</key> <string>TopShelfImage</string> </dict> Could anyone provide guidance on how to properly structure this file to resolve the issue? If anyone has an example of a correct Info.plist file supporting alternate icons (CFBundleAlternateIcons), I would greatly appreciate it. Thank you in advance for your help!
3
0
273
Jan ’25