Is there anyway i can decide that only with cell tower or wifi i can get location of the phone in iphone sdk. I don't want to use GPS at all. Thanks in advance.
Asked
Active
Viewed 328 times
1
-
Is there any particular reason you don't want to use GPS? Wifi positioning can cause some strange results. – Twelve47 Apr 19 '11 at 10:06
-
Android and other OS have the option of obtaining the location by means of GPS, CellId and Wifi at will. So i wanted to do something similar in iphone OS – nitin k m p Apr 28 '11 at 05:18
1 Answers
1
You could set the desiredAccuracy to something lower. The iphone will then use the most energy efficient method to calculate location, which normally won't be GPS.
However you cannot explictly tell it not to use GPS.

Twelve47
- 3,924
- 3
- 22
- 29