app icon did not refresh

我与影子孤独终老i 提交于 2020-01-03 16:48:03

问题


I change the icon image in my new version app, and I have installed and old version app in the device , then i install the new version, it works well in iOS 5 , but in iOS 6, the icon did not refresh, it still showing the old version icon/logo. If did no install the old version app, the deice works well both in iOS 5 and iOS 6. Why? Can any body help me ?


回答1:


This has been a bug in iOS for years, but in iOS 6 it seems to happen every time now.

  1. You can delete your app before running from Xcode (if you don't mind losing all your documents and caches).

  2. You can reboot the device (if you don't mind waiting a few minutes).

  3. You can open the Settings app and go to General -> Reset -> Reset Home Screen Layout (if you don't mind your icons all rearranging).

  4. You can file a bug report (if you don't mind a lengthy timewasting exercise in futility).

(My personal favourite is #3 for development-only devices).

EDIT: See Craig Watkinson's answer for a much better method, i.e. dragging the icon into and out of a folder. Thanks Craig!




回答2:


You can also drag the old icon into a folder (i.e. drag it over another icon) and then before it even finishes wibbling, drag it back out again. Hey presto, the icon updates.

The issue is to do with the icon file being cached by springboard, and for some reason this action refreshes the cache.




回答3:


Did you try a Clean ? Did you check your MyApp-Info.plist ?



来源:https://stackoverflow.com/questions/13341790/app-icon-did-not-refresh

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