I am working in Xamarin Forms and I have a requirement from Enterprise clients that use MDM that they need to push a serverconnection to the App so that all users have the URL for the app end point.
My Xamarin Forms app is built to iOS and Android. How do I code this into both apps so it can offer the 'server connection' string property and observe and capture it so that the app can set the property held on the app.
I cannot find any clear code examples.