So basically I have an app where I want to update it without pushing an update through the App Store. How would I go about doing this? What would I use, etc;
Preferably one that can be used for iOS and Android.
So basically I have an app where I want to update it without pushing an update through the App Store. How would I go about doing this? What would I use, etc;
Preferably one that can be used for iOS and Android.
In order to change content dynamically without updating the app, you need to use something like Firebase Remote Config. Read the link it will help you changing the values, content, and what you need without uploading code to Play Store. It works for android and iOS as you need.