How to find Current location location without GPRS?
I want to develop an app for iPhone. In that i need to find the current location(not exactly). I have not used GPRS. Is it anyway to 开发者_如何学Gofind that?
You'll only get location data on iOS from CLLocationManager. It may (or may not) use GPS; that's dependent on the device, how exact you want the data to be, etc.
The reason why that is so is because Apple gives users an option to choose if they want their location data accessed by an app. If you're looking for a way to get around that, it's not possible.
精彩评论