Problem with Binary Details iOs / Localization. Builded with PhoneGap Build

  • 7
  • Problem
  • Updated 5 years ago
Hi,
This morning, i wanted make the submission of my application on the Itunes Connect.

My project is realized with PhoneGap. All is good in test.
So i'ved produce all certificate and mobile provisioning for the final distribution.

I'ved fill all input form in the Itunes Connect configuration for my app.
Name, App Id, Description Icon, Screenshots...
I'ved localized the application on the French Market on the Itunes Connect.

Then, I'ved upload with Application Loader the correct IPA, maked by PhoneGap Build with the correct Certificat and Mobile provisioning.

Few minutes ago, i've an error....
"Missing ScreenShots"

So, i search...

I've already put 4 images (screenshots from my iphone).... But i did'nt post Ipod Touch screenshots... (i waiting this device, in few minutes for make screenshots...)

But, i think isn't the good solutions... so i search... and look the Binary Details :
and i've seen this :

Localizations : ( "en", "es" )

(The application is only for the French Market)

So question.... :

This is maybe the problem...but where can i modify it ?????????

In PhoneGap Build website is it impossible to configure it...
I've make search on forum, help full time...and i'cant find the answer...
Can i make the configuration into the config.xml ?? (i found nothing to make correction...)

Please help me !

An Campaign Radio, will start à the end of the month.
I need to upload quickly the application.

Sorry for my english.... ;-) I'm a French guy.

Best regards.
Photo of Samuel

Samuel

  • 4 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 7
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Official Response
Alright Samuel,

Localization is now complete. If you could report back with the status (if it's correct in the app store). To enable localization include a directory "locales" into your folder.
In the "locales" add a folder for each localization "en, fr, es, etc..." then in each of those fodlers create a "locale.strings" file.

The locale.strings file can be copied from your xcode project under "Resources/en.lproj/Localization.strings".

Your structure should look like the following


- locales
--- en
---- local.strings
--- fr
---- local.strings


Hardeep Shoker