简体   繁体   中英

Localized App Icons with Retina Display for iOS

I have issues showing a localized app icon with retina display support.

How could this be done?

I tried to make Icon.png and Icon@2x.png localized, then I tried to make the proj-Info.plist localized and try to link to different Images.

But only the Icon of the project language are being shown...

You need to create one infoplist.strings file for each of the language. For that, create language.lproj folders manually and put Infoplist.string file in each of the folder. Inside the file enter the following: CFBundleIconFile="Icon_en.png" or CFBundleIconFile = "Icon_pt.png".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM