For example, once the user launches the app (iOS and Android), s/he selects a local dealer. I would like the app icon to change to that dealer’s branding (or a second one to be added, as is possible with Windows’ pin to start).
Asked
Active
Viewed 267 times
3
-
7http://stackoverflow.com/questions/1103027/how-to-change-an-application-icon-programmatically-in-android – Shayan Pourvatan Feb 25 '16 at 08:52
-
1i dont think this would be possible for iOS – Fonix Feb 25 '16 at 08:54
-
iOS do not allow this feature. – AleyRobotics Feb 25 '16 at 09:02
-
This is now possible on iOS, as of iOS 10.3: https://developer.apple.com/documentation/uikit/uiapplication/2806818-setalternateiconname – Andrew Ebling Jul 07 '17 at 08:46
1 Answers
0
This is not possible for android either. While you can install a shortcut, you cannot change the app's icon programmatically.

Leo
- 14,625
- 2
- 37
- 55