hardik hadwani
hardik hadwani

Reputation: 556

How to Change Application icon from coding in iOS?

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?

Upvotes: 4

Views: 275

Answers (1)

Codo
Codo

Reputation: 78985

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.

Upvotes: 5

Related Questions