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
Asked
Active
Viewed 93 times
-1
-
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 Answers
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.
I haven't used it but it looks to be promising.

sean808080
- 242
- 4
- 13