30
Views
4
Comments
Changing Mobile app domain name at runtime
Question
Application Type
Mobile
Service Studio Version
11.54.58 (Build 63262)
Platform Version
11.28.0 (Build 43201)

Is it possible to change a mobile domain name at runtime. I have to use the multiple domains in single mobile application.

2019-01-07 16-04-16
Siya
 
MVP

The 'Domain Name' included in the settings is embedded within the APK or IPA at the time of generation, and it cannot be altered. Could you clarify what you mean by 'needing to use multiple domains in a single mobile application'? This would help community members suggest possible solutions or workarounds.

2026-03-06 17-10-46
Susheel Yadav

Suppose i have scenario I have multiple domain URL which are hitting same code base depend on regions so how we can achieve this functionality in single mobile app ?

2023-05-02 10-33-02
Madhuri Patil

Seems like you are talking about Multitenant application but still you cant  change its Domain name you can do add on using slash / region name /country name or language 

2019-01-07 16-04-16
Siya
 
MVP

You can generate different IPA/APK files using various domain names, and they will share the same code base as long as those domains point to the same IP address. However, I don't see a practical use case for this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.