Skip to main content

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:

  1. Upload .json files to any Cloud Server (refer to the [Problem Internal Link] guide)
  2. Then copy the link that you have uploaded (the link must end with a .json file, e.g. https://example.com/config_en.json ).
  3. Paste that link to App Config URL textbox in the image below.
  4. Turn on Config on Cloud. Click UPDATE.

⚡️ 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:

  1. You need to upload 3 .json files__: config_en.json__, config_ar.json__, and config_ja.json to any cloud server.

  2. 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 https://tppr.me/o4QfY. Turn on Config on Cloud. Click UPDATE .

    Done! You have updated the Design and multiple languages successfully.

✅ There are some free services (servers) recommended from us:

✅ To update the Design with vercel.com, follow the steps below:

  1. Create a new Free account on https://now.sh, and go to Settings > Tokens > Create Token

  1. Copy the created token and paste it to Token Key on the builder as image below. Then click UPLOAD , copy the displayed link and paste to App Config URL textbox , and click UPDATE