I have one test apk which is pointing 3 different environments.
Is there any way to switch from one to another environment or Is there any app to switch between one server to another?
Thanks
Chandra
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s an idea:
You can use a webservice that will return a xml/Json containing server URL. Save this to a config file(if you want, when the app starts or from time to time) and use that in your application. Like this, you can always change your webservice to return a new URL so you can change the server like this.
I hope this idea will help you,
Arkde