Live data from Hacker News

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

news.ycombinator.com

1–4 of 4 posts

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

#1
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?

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

#3
I saw a post online talking about a guy who helped a lady got proofs from her cheating partners phone,with out any physical touch which means it was done remotely,i then tried it out and to my surprise he blew me off with the very type of results i needed i was able to see my spouse snapchat messages and vidoe facebooks messages and see is call logs and listen to in coming calls as well you should give him a try also contact him on Hackrita321dot HACK at GMAIL dot COM for any type of hack

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

#4
post #2

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

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