How to change application icon from encoding in iOS?

I want to change my app icon daily from the code, just like the apple calendar app, which shows the daily date as an app icon. I want this to be possible?

+4
source share
1 answer

Unfortunately, this is not possible for third-party applications.

What the calendar app does is limited to apps provided by Apple with elevated rights. This probably requires access to APIs that are private and not publicly documented. If you used them, your application will not pass Apple verification.

+5
source

All Articles