I'm currently using the alternate icons feature in my app, it works fine. I have a small question regarding of how behaves this feature regarding a possible app update.
For example:
- The user set an alternate icon from my app
- The app is now using the alternate icon
- A new version of my app is released to the App Store
- The user updates the app
The question is:
Is the alternate icon feature provided by the SDK is using a storage system such as UserDefaults or something else to remember that an alternate icon has been selected, or do I have to programmatically do it and check it after each new version ?
I didn't find anything relative to this in the documentation.
Thanks