iOS has many useful and interesting features, but when it comes to app icons, the system is quite rigid. While Apple allows app developers to make use of a feature called Alternate App Icons to add one or more app icons that users can switch between, these changes can only be added manually by the user, eliminating the option for developers to include an interactive or animated icon. However, a developer has found an iOS exploit that bypasses these restrictions to add animation to app icons.
iOS Animated App Icon Exploit: How it Works
As explained by researcher Bryce Bostwick in a blog post, this iOS exploit solves two key problems. First, iOS sends an alert to the user every time the app icon is changed. Second, the Alternate App Icons feature does not work in the background, which means unless the app is active, the effect cannot be implemented. This is pointless because if an app is active, the user cannot see the icon anyway.
Bostwick illustrates two workarounds to bypass these restrictions. To override the alert system, the researcher uses a private call to an iOS application programming interface (API). This is a straightforward fix requiring minor changes in the API code, as illustrated by him in a YouTube video. The second change requires comprehensive fixes and changing the UI application state.