Localized app icon for iOS apps

I can localize the images by placing them in the .lproj directory, but the application icon cannot be localized in the same way. Is there a way to localize the application icon? thank.

+3
source share
2 answers

AFIK, the only way to achieve this would be to release several applications that have different icons.

+2
source

If you could update the application icon at runtime , then you could do it if you took the current language and changed the icon accordingly:

-1
source

All Articles