In my Visual Studio Xamarin Forms project, I created a new run-time configuration (AppName.ios - DevBuild). I now have two configurations, one is the default (AppName.iOS) and another one is the Custom Configuration (AppName.iOS - DevBuild). Based on the run-time configuration, I want to display a page. How do I do that?
For example: Let us take two pages named Page A and Page B. If the project is built using AppName.iOS-DevBuild, then Page A should be the MainPage. If not, then Page B should be the MainPage.