nitin k m p
nitin k m p

Reputation: 329

How to find Location Area Code in iOS

I need to obtain the LAC of a Cell Tower in iOS. I know that we can obtain MCC and MNC in FieldTest Mode. CTCarrier provides MCC and MNC as well. VAFieldTest (http://github.com/valexa/VAFieldTest) gives us CellId as well.

How can I obtain LAC in iOS. Thanks in advance.

Upvotes: 0

Views: 1145

Answers (2)

Phoenix
Phoenix

Reputation: 76

If you published your application, it won't be accepted by Apple.

Upvotes: 1

rckoenes
rckoenes

Reputation: 69479

Apple does not provide any public API to do this.

Upvotes: 1

Related Questions