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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.