In my Windows Phone 8 app, I am trying to use GetGeopositionAsync on the main page to display some items based on user location.
Calling GetGeopositionAsync does not
I found that if you created the Geolocator locally, the task will end up being cancelled. It works when I created a permanent Geolocator instance.