Hi
i am new to windows phone 8.1 development.
if location is turned off in mobile and i coded Geolocator locator= new Geolocator(); if (locator.LocationStatus == PositionStatus.Disabled) { ShowMessage("Location Services are turned off"); }...But I want to turn on location in phone by asking a confirmation from the user and my it should refresh after turning on location.so that the app will move to next screen..Does anyone can guide me..
Replies
Know the answer? Post it — somebody with the same question will find it here.