Hello mobile app devs, I have been trying to find out solutions for dynamically changing certain UI elements in my app without releasing a new app version.<p>For e.g. I want to test whether an onboarding string A is better than onboarding string B. Or show a different menu items to certain users.<p>How do you guys control the display logic without releasing a new app version?
If you use something like Google Firebase, they have a service specifically for this kind of thing. <a href="https://firebase.google.com/products/remote-config/" rel="nofollow">https://firebase.google.com/products/remote-config/</a>