I'm looking for any universal cross-platform (Android/iOS/WinPhone) solution to find CID (Cell Identifier) and LAC (Location area code). Appreciate any help.
Asked
Active
Viewed 1,067 times
1 Answers
1
There is no cross platform solution. This is code you need to implement separately for each platform.
LAC and CellId come directly from the device, so it makes sense that you need to get them from device-specific interfaces.
The phones all use the same protocols to get LAC and Cell Id from the mobile network, but app developers have no direct access to the mobile network, so we must get the information via the mobile phone.
You're stuck with individual solutions for Android, iOS and Windows Phone.

Community
- 1
- 1

user1725145
- 3,993
- 2
- 37
- 58