Using xamarin for current location currentLocation example
I used the above Link for getting current location latitude and longitude.
In IOS 7 before upgrade to IOS 8 Its shows my current location latitude and longitude on both simulator and device.(Its looks strange for me in simulator for getting current location latitude and longitude).
After upgrade to iOS 8 and run same code it give
In simulator:(Turn on wifi no sim card location service App always.)
Result:
latitude = 37.785834.
longitude = -122.406517.
On Device IPhone5c (Turn on wifi no sim card location service App always.)
Result:
latitude = 37.785834.
longitude = -122.406517.
(But I expected my current location latitude and longitude )
After upgrade it does not ask, that application like use the Your Current Location GPS. an Alert message with YES, NO options.
How to get my current location latitude and longitude?