I want to change my application icon daily from codeing just like apple calendar app whaich shows daily date as icon of app. i want same is it possible?
Asked
Active
Viewed 261 times
4
-
1You can't change the icon of your app programmatically (or at least not in an official app - on a jailbroken device, or with private APIs, this may be possible.) – Dec 27 '12 at 07:40
1 Answers
5
Unfortunately, that's not possible for third-party apps.
What the calendar app does is restricted to apps provided by Apple with elevated rights. It probably requires access to APIs that are private and not publicly documented. If you'd used them, your app wouldn't pass Apple's validation.

Codo
- 75,595
- 17
- 168
- 206