Hi guys,
Is there an equivalent of an App.config structure for settings within Xamarin?
There are a number of settings we need to set up that can be swapped out between test and production builds.
I have seen mention of the SharedPreferences class but that's still hard coding settings in the code.
Any ideas?
Cheers