Settings

Theme

Ask HN: To Mobile App Devs: How do you change your app's UI?

1 points by xackpot 8 years ago · 3 comments · 1 min read


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.

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.

How do you guys control the display logic without releasing a new app version?

landa 8 years ago

If you use something like Google Firebase, they have a service specifically for this kind of thing. https://firebase.google.com/products/remote-config/

  • xackpotOP 8 years ago

    Thanks for the reply. I don't use firebase. Is there any other service that lets me do remote config?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection