iPhone: different icon for homescreen and App Store

前端 未结 4 1431
粉色の甜心
粉色の甜心 2021-01-14 05:55

I would like to know if the app icon on the iPhone can be slightly different than the one shown in a large version in Apple\'s App Store.

It was discussed in short h

相关标签:
4条回答
  • 2021-01-14 06:28

    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.

    0 讨论(0)
  • 2021-01-14 06:29

    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

    0 讨论(0)
  • 2021-01-14 06:30

    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)

    0 讨论(0)
  • 2021-01-14 06:39

    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.

    0 讨论(0)
提交回复
热议问题