White grid icon appears while installing app in iPhone

混江龙づ霸主 提交于 2021-02-10 14:14:50

问题


During installation, white grid icon appears and after installation app icon is shown. Is this default behaviour for adhoc apps?


回答1:


This is default behavior for iOS applications.




回答2:


Adding to Taylor's response. You will need to add icons to your application. To do that click on on Assets.xcassets and select AppIcon there. You will see a Image set with provided details of icon image sizes which you will need to add.

If not found (or deleted by mistake) AppIcon can be added by clicking on + button at the bottom.

Once done you will be able to see a app icons on different devices sizes. Make sure to remove alpha from 1024x1024 size icon else that will cause issue when trying publish application on appstore.

I have created an iOS program that takes 1024x1024 size icon image and create the sizes that are needed form AppIcon image set. Make sure to go through Readme to understand how to use this program.



来源:https://stackoverflow.com/questions/65678733/white-grid-icon-appears-while-installing-app-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!