tvOS alternative app icons

Does anyone know if alternate app icons are actually supposed to work for Apple TV projects?

We tried to set this up, and while it works in Debug, we run into validation errors when uploading the app to App Store Connect.

Is this feature officially supported on tvOS, or is it iOS-only?

Answered by DTS Engineer in 878703022

Alternate app icons are currently supported in iOS, iPadOS, tvOS, and compatible apps running in visionOS. This is mentioned in App icons

Implementation in tvOS is handled differently than iOS. For more information see CFBundleIcons

https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple%5B…%5D49-SW13

 Travis

Alternate app icons are currently supported in iOS, iPadOS, tvOS, and compatible apps running in visionOS. This is mentioned in App icons

Implementation in tvOS is handled differently than iOS. For more information see CFBundleIcons

https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple%5B…%5D49-SW13

 Travis

tvOS alternative app icons
 
 
Q