Cloud Config
If you would like to change the Design of your app without re-publishing to Apple Store and Google Play, follow this guide:
⚡️ Before publishing your Apps to App Stores, use the Cloud Config
feature with the steps below:
- Upload
.json
files to any Cloud Server (refer to the [Problem Internal Link] guide) - Then copy the link that you have uploaded (the link must end with a .json file, e.g.
https://example.com/config_en.json
). - Paste that link to
App Config URL
textbox in the image below. - Turn on
Config on Cloud
. ClickUPDATE
.
⚡️ After publishing your apps to App Stores, if you need to update the design of apps, do the similar steps to upgrade your App’s Design.
Example: your app has 3 languages: English, Arabic, and Japanese. You will follow steps below:
You need to upload 3 .json files__:
config_en.json
__,config_ar.json
__, andconfig_ja.json
to any cloud server.Copy the link that you have uploaded (the link must end with a .json file, e.g
https://example.com/config_en.json
__). Paste that link toApp Config URL
textbox https://tppr.me/o4QfY. Turn onConfig on Cloud
. ClickUPDATE
.Done! You have updated the Design and multiple languages successfully.
✅ There are some free services (servers) recommended from us:
- Github Page: https://pages.github.com
- Vercel: https://vercel.com
- Surge: https://surge.sh
- FireStore: https://firebase.google.com
✅ To update the Design with vercel.com, follow the steps below:
- Create a new Free account on https://now.sh, and go to
Settings
>Tokens
>Create Token
- Copy the created token and paste it to
Token Key
on the builder as image below. Then clickUPLOAD
, copy the displayed link and paste toApp Config URL
textbox , and clickUPDATE