iPhone: different icon for homescreen and App Store

◇◆丶佛笑我妖孽 提交于 2019-12-01 09:12:45

I had one application (RefFinder) rejected just because the two didn't match. But they were quite different; I guess it's OK if they're only slightly different.

yes i have submit couple of application with different app icon and big application icon on App store.

Here is one example: http://itunes.apple.com/us/app/the-business-credit-blueprint/id360499998?mt=8

They can be different, but they have to accomplish the same design. I mean, they have to be recognized as the same applications (same colors, fonts.. same feeling)

You could achieve this using the new UIApplication.setAlternateIconName(_:completionHandler:) API in iOS 10.3 to change the app icon at runtime.

Note you need to ship the updated app icon as part of the app bundle however.

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