2

Possible Duplicate:
Changing Icon per Day

How to make a dynamic icon? For example in the calendar. Each day the number is changes to the current. Is it possible to implement this in my application?

Community
  • 1
  • 1
rubik
  • 572
  • 4
  • 15
  • From iOS 10.3 it's possible: https://developer.apple.com/documentation/uikit/uiapplication/2806818-setalternateiconname?language=objc – rubik Apr 26 '18 at 10:47

1 Answers1

4

This isn't currently possible without a jailbreak

  • 3
    not exactly the jailbreak is needed to do it, just there is no official `API` to do this feature, and if you use any un-official third part `API`, your application cannot be published in the Appstore, it will be rejected. – holex Aug 09 '12 at 13:23
  • actually a jailbreak is required to do this, for the very reason that an Apple-sanctioned API is not available –  Aug 09 '12 at 14:15
  • 1
    What bugs me is that they made the clock fully dynamic, and the calendar, but didn't make this available to the public. – DDPWNAGE Apr 22 '15 at 00:47