Scott McKenzie
Scott McKenzie

Reputation: 16242

Is it possible to update the application icon on the iphone programmatically

I've noticed that the icon belonging to the Calendar app on the iPhone updates to show the latest day. Is there anything in the SDK that will let me do this in my apps?

Upvotes: 4

Views: 470

Answers (2)

Chris Wagner
Chris Wagner

Reputation: 21003

I've never seen this in any documentation, pretty sure it can only use the static icon.png file that is put in the ipa package. It would be an awesome feature though, I would recommend creating a feature request for it on https://bugreport.apple.com/. I specifically wish the weather app would update with your local weather for the icon.

Upvotes: 2

Tom Irving
Tom Irving

Reputation: 10059

It's not possible for third-party apps, unfortunately.

Upvotes: 5

Related Questions