iTunes connect doesn't show languages listed in CFBundleLocalizations

I have a following array in my info.plist:


<key>CFBundleLocalizations</key>

<array>

<string>en</string>

<string>ru</string>

<string>pt</string>

</array>


But iTunes connect doesn't show that my app supports these languages. How do I make sure those languages are listed as ones supported by my app?

Accepted Reply

This thread has been deleted

Alright, I've finaly solved it! I created a .plist file and clicked on Localize button(right panel) and selected all the languages from Project Settings. So basicly you have to have at least one file localized using Apple method for the app to display all the languages on iTunes connect!... WHAT A MESS! Anyways, thanks for your help KMT!

Replies

If you select the Project, not the Target, then 'Info', is 'use base internationalization' enabled? How many languages have you added there?