How to change iOS app icon programmatically like in iOS 7 Clock app? The iOS 7 Clock app icon shows the current time, complete with moving second hand.
Asked
Active
Viewed 798 times
1
-
possible duplicate of [Changing Icon per Day](http://stackoverflow.com/questions/4038305/changing-icon-per-day) – Inder Kumar Rathore Jul 18 '14 at 09:39
-
Marking as dup question. Haven't you searched this before asking? – Inder Kumar Rathore Jul 18 '14 at 09:41
-
This is now possible! http://stackoverflow.com/questions/41950994/is-this-possible-to-apply-the-alternative-icon-to-the-ios-application – KlimczakM Apr 03 '17 at 11:33
3 Answers
1
Unfortunately this is not possible.
You cannot dynamically change your icon. Apple uses private APIs to achieve that. You may be able to achieve this with a jailbroken phone, but I've never tried that.

Rafał Sroka
- 39,540
- 23
- 113
- 143
0
It's not possible. Apple doesn't allow it for 3rd party apps.
Your app icon is read-only and can't be modified at runtime.

Rafał Sroka
- 39,540
- 23
- 113
- 143

Subhransu
- 108
- 4
0
Apple always had some cool private APIs which we developers aren't allowed to use in production Apps, the animated App-Icon is one of them. Most of the time it's to save the experience for the user. Imagine every App uses an auto-updating Icon. The battery-life would go down and it would be a mess on the homescreen when everything is moving and blinking.

PrasathBabu
- 4,716
- 4
- 19
- 35