Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why app's icon shows blank in iCloud settings?

I'm currently adding iCloud support for my app, but i noticed that in the iCloud -> manage storage settings my app's icon is missing. I've added the Icon-Small.png/Icon-Small-50.png plus their @2x versions in the xcode project in the "Resources" folder, then added their names in Info.plist but it still shows white.

What am i doing wrong?

like image 448
user1417683 Avatar asked Sep 27 '12 21:09

user1417683


People also ask

How do I fix the blank app icon on my iPhone?

A hard reboot is often the easiest thing to do, which is accomplished by pressing Volume Up, then Volume Down, then pressing and holding the Power button until you see the  Apple logo show up on screen. Sometimes this alone can fix the missing icon problem, or the blank dock issue.

Why is my app icon not showing?

Your device may have a launcher that can set apps to be hidden. Usually, you bring up the app launcher, then select “Menu” ( or ). From there, you might be able to unhide apps. The options will vary depending on your device or launcher app.

How do I restore my Apple app icon?

Question: Q: Restore a lost iconGo to the App Library (swipe left past your last home screen). From there you can touch and hold an app and slide it left back to the home screen.

Why is my app icon black and white?

If you've enabled developer mode on your Android, a Color Space option could switch your screen to black and white.


1 Answers

Once you show up in Settings, a little like registering your device for push notifications, there's some caching happening. You should try resetting all settings and installing fresh. Also if it's a physical device, not the simulator, try to delete the app, set the date forward by over a day, install fresh, and it should bypass that cache.

like image 73
Daniel Avatar answered Oct 11 '22 12:10

Daniel