im mostly a web developer but for one project i have to to create a mobile app certainly with xamarin.
As we deliver our webapp to each client we will also distribute the mobile app to each client.
The problem is that each client have specific configuration, for example, the url of the webservice the mobile app will connect.
My idea was to build the apk on my side, deploy it on each client and let a configuration file specific on each client (actually this configuration file exist because it is used by the webapp).
But it seem impossible in the mobile world, it seem the apk need embed everything.
Im surprised i don't find so much documentation about this, it seem nobody else seem concerned by this problem.
How do you guy deal with that ?
thanks !