I have a question regarding app icon switching.
Currently, I understand that we can set a primary (default) app icon and then switch to an alternate icon. However, in my use case, I have three themes in the app:
Default
Light
Dark
I wanted to know:
Is it possible to support more than one alternate icon (e.g., Light and Dark) in addition to the default icon?
Can we dynamically switch between all three icons at runtime based on the selected app theme?
Are there any platform limitations (especially on iOS) when using multiple alternate icons?
Right now, it seems like only one alternate icon works reliably, so I wanted to confirm if this is expected behavior or if there is a recommended setup for handling multiple themes.
Any guidance or best practices would be really helpful.
I have a question regarding app icon switching.
Currently, I understand that we can set a primary (default) app icon and then switch to an alternate icon. However, in my use case, I have three themes in the app:
Default
Light
Dark
I wanted to know:
Is it possible to support more than one alternate icon (e.g., Light and Dark) in addition to the default icon?
Can we dynamically switch between all three icons at runtime based on the selected app theme?
Are there any platform limitations (especially on iOS) when using multiple alternate icons?
Right now, it seems like only one alternate icon works reliably, so I wanted to confirm if this is expected behavior or if there is a recommended setup for handling multiple themes.
Any guidance or best practices would be really helpful.