Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In metro style app using c# and xaml i want to use the device's location information.For that i used the following code.

var _geolocator = new Geolocator();
await _geolocator.GetGeopositionAsync();   

After this a message box is showned with two options allow and block.When i chose the allow option i get the current location info.But my problem is when i choose block then i coudn't get the location after using again this code. How can i get the location info when i opt block first and then use this code? Please help me.

share|improve this question

1 Answer

up vote 1 down vote accepted

When the app is running open the charm bar (start+c), and select settings.

In the settings pane select permissions - you should see the options there to change location.

share|improve this answer
Is it possible to change the permission through code? – Aneesh Feb 7 at 5:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.