Search Issue Tracker
By Design
Votes
0
Found in
5.3.2p2
Issue ID
794469
Regression
No
[iOS] Missing 180x180 icon in iOS build
To reproduce:
1. Open attached project ("794469.zip")
2. Go to Player settings
3. Observe that 180x180 icon for iPhone is overrided
4. Build for iOS
5. Open info.plist file from build folder
6. Expand "Icon files"
Expected behavior: in the list should be "Icon-60@3x.png" icon which is 180x180 size
RESOLUTION:
The 180x180 and 167x167 icons do not need to be present in Info.plist. Info.plist is used exclusively for pre-iOS7 devices when legacy, non asset catalog-based icon implementation is used. Since lowest iOS version on devices with 180x180 and 167x167 icons are higher than 7, adding the icon identifiers to Info.plist serves no purpose.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The 180x180 and 167x167 icons do not need to be present in Info.plist. Info.plist is used exclusively for pre-iOS7 devices when legacy, non asset catalog-based icon implementation is used. Since lowest iOS version on devices with 180x180 and 167x167 icons are higher than 7, adding the icon identifiers to Info.plist serves no purpose.