• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to include update setting to my webservice app

I am beginner, I created one web services apk and I want to add update settings so that if I change my url automatically it should change in currently instaaled apk is it possible could you please guide me how to do this
thank you
 
Well you must have an url for this that is static (which means that it doesn't change) using that url you can ask your server to respond with the url that you need to get (which may change) and save that url. It isn't possible to update the url without updating the apk without using a server to request the url.
 
Back
Top Bottom