How to animate application icon in iOS?

20,196

Solution 1

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

Solution 2

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

Share:
20,196

Related videos on Youtube

VisioN
Author by

VisioN

SOreadytohelp Some useful questions and answers: What are JavaScript's builtin strings? How can I format numbers as money in JavaScript? How can I get file extensions with JavaScript? Loop through JavaScript object Validate that a string is a positive integer Insert Item into Array at a Specific Index How to set object property (of object property of..) given its string name in JavaScript? Is there any x value where Math.pow(x, 0) is NOT 1? Wrap Each * on a Page Using jQuery Strange code in jQuery sources: var !== var ? x : y; What's the difference between Array(2) and [undefined, undefined]? Detecting if Anything on the Page is being Animated Sorting array by even and odd numbers Decimal to binary recursive function in JavaScript Useful undocumented methods and properties of jQuery

Updated on July 09, 2022

Comments

  • VisioN
    VisioN almost 2 years

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

    New clock icon

    Does anyone have a clue how to make your application icon animating? Or is that a feature of one single application?

    • VisioN
      VisioN over 10 years
      @downvoter Of course I can't demonstrate my code or whatever because I have no clue if this is possible or not. Be clever.
    • Mick MacCallum
      Mick MacCallum over 10 years
    • VisioN
      VisioN over 10 years
      @0x7fffffff Ha! I was sure there is a question about it but haven't found in the search. Anyways there is no solid answer in that thread, but thanks for noticing.
    • Mick MacCallum
      Mick MacCallum over 10 years
      Just pointing it out. It seems everyone knows that it can't be done without jailbreaking, but not how to actually do it using private API.
  • VisioN
    VisioN over 10 years
    I was thinking if Apple has technical possibilities to do this maybe there is something even undocumented which we missed.
  • rckoenes
    rckoenes over 10 years
    Well if it is undocumented then how will you know about it? ;) maybe the jailbreak community has some new libraries but for AppStore Apps there is not way to do this.
  • VisioN
    VisioN over 10 years
    In the same way how jailbreaks were written I guess ;)
  • rckoenes
    rckoenes over 10 years
    Add the jailbreak tag to your question, that might make jailbreak developers find your question.
  • VisioN
    VisioN almost 4 years
    I guess this technique will change the icon from the app on demand and not on the background when the application is not running.
  • Alexey Volkov
    Alexey Volkov almost 4 years
    @VisioN, probably you can use background tasks. developer.apple.com/documentation/backgroundtasks