Reputation: 1493
Is it possible to get Cell ID information on iPhone SDK 3.0?
Upvotes: 4
Views: 7738
Reputation: 15183
If you just want your location, use the Core Location API - this will use the best available information (eg GPS, Cell towers, Wi-fi network geo-ip lookup) to locate the device. You can specify desired level of accuracy and it will supply you with latitude and longitude.
Upvotes: 1
Reputation: 43452
No. You can't get any info about the radio information. Not the about the cell tower or the phone itself.
If you have a need for such functionality you should file a bug.
Upvotes: 1