-1

This is to allow localization and quick changes of text within app, without requiring an app redeploy to App Store or Google Play Context: https://news.ycombinator.com/item?id=14504556

Vinny Glennon
  • 149
  • 1
  • 13
  • I don't know if it's possible doing that using native apps, but it's possible to do it in Ionic framework for hybrid mobile apps (Ionic live deploy) – Shaban Ramadani Jun 10 '17 at 16:53

2 Answers2

0

I usually dont use it, but you can have an easy updater, which checks (once a day / week / month) for new string-files on your server and downloads them. You should load the strings in this case from your own file.

mc2
  • 29
  • 3
0

A dedicated service to allow for collaborative localization and text updates without client releases is Lokalise.

lokalise.co

I haven't used it but it looks to be promising.

sean808080
  • 242
  • 4
  • 13