How to animate application icon in iOS?

前端 未结 5 1591
忘掉有多难
忘掉有多难 2020-12-01 23:46

I have recently identified that in iOS 7 the clock icon is animating showing the real time.

\"New<

相关标签:
5条回答
  • 2020-12-01 23:53

    There is a way to do so. It's called "alternate icons".

    API doc: https://developer.apple.com/documentation/uikit/uiapplication/2806815-supportsalternateicons

    Example: https://medium.com/ios-os-x-development/dynamically-change-the-app-icon-7d4bece820d2

    0 讨论(0)
  • 2020-12-01 23:54

    This case is still in remain for Apple. Animated app icon for iOS is still unavailable/undocumented for us (developers).

    0 讨论(0)
  • 2020-12-02 00:12

    There is no open API to do such a thing. Even if it exists, it's undocumented, and Apple would reject your app on review.

    0 讨论(0)
  • 2020-12-02 00:13

    iOS doesn't allow you to use animated app icon. You need to have a look at https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/AppIcons.html

    0 讨论(0)
  • 2020-12-02 00:18

    The iOS SDK does not allow you to change/animate your apps icon. Apple's own apps are ofcourse an exception.

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