I have an application that uses location services extensively. I dont want the users to be able to access any functionality unless location services are enabled. The problem I am running into is where do I prompt the users to enable in the lifecycle of the application and essentially halt any navigation etc until they have selected to enable or not? I assumed that I could do this is app.xaml but unsure of how i would proceed there. Any help is appreciated.
↧