iPhone: different icon for homescreen and App Store

前端 未结 4 1612
粉色の甜心
粉色の甜心 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.

提交回复
热议问题