Hi
Can someone guide me on this?
I have got a Xamarin form with iOS and Android and I would like to know what is the best way for me to set it up so I can set up different endpoints for use with API calls depending on if it is release or debug when archiving for publishing.
I have got the code in Azure. For instance, I can use environment variables on app settings on Azure and get it pointing to any endpoint. What is the best approach for a xamarin app?
Thanks