Changing Icon per Day
Asked Answered
S

3

11

Just like the Calendar app on the iphones and ipods, how do I make the Icon change per day?

Stylistic answered 27/10, 2010 at 22:39 Comment(1)
Since iOS 10.3 this is possible! #41951494Rachmaninoff
P
9

I assume this is for an iOS app. The answers is, you can't. The Calendar app has access to functionality in iOS that us mere mortal developers cannot access. You may be able to pull this off with a jailbroken phone, but I've never tried that.

Papagena answered 27/10, 2010 at 22:42 Comment(1)
I do have a jailbroken iphone. but how would i go about doing so?Stylistic
A
5

Since changing the icon is not officially supported, if it's numerical information you want to show, you can use the Notification Badge instead.

Updating iOS badge without push notifications

So you could make it show today's date in the badge, and schedule the badge to update at midnight, or show the current temperature and schedule it to update hourly.

Abroms answered 31/5, 2011 at 18:21 Comment(1)
Can you provide a link to changing the icon is officially supported?Pulitzer
T
3

There is a new solution for this situation. You can use setAlternateIconName(_:completionHandler:) iOS 10.3 is out with xcode 8.3.

check out solution here

Terchie answered 2/4, 2017 at 11:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.