0

I have a standalone Apple Watch app, and localised it to many languages, also localised the App Store product pages. Everything works great, app and store page shows in the correct language, but the language section on the store only lists English.

App Store page

Xcode

This is most likely a problem (wouldn't be the first) with standalone watch apps, but is there something I can do other than adding an iPhone app?

אורי orihpt
  • 2,358
  • 2
  • 16
  • 41
solyoma
  • 1
  • 1

1 Answers1

0

Added the Localizable.string file to the base app target (first one before WatchKit app and WatchKit Extension) and now it works.

solyoma
  • 1
  • 1