How to get cell id using private apis in ios 8.3 as previous core telephony private apis are not working in latest ios sdk 8.3.
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
Get CellID, MCC, MNC, LAC, and Network in iOS 5.1
you can visit the above link, and it can get the lac and cell below ios 8.2. if you want to get lac and cell above ios 8.3, you should add the entitlement:
also, it says your phone need jailbreak.
But really, i can not try on the real phone. if you succeeded , just share, thanks.
You can still use this. It's working on iOS 8.3. I don't know how to get signal strength. Apple has changed many things in Core Telephony lately. :(
Edit: I found solution how to get signal strength. *! Please note that the solution below makes use of private API and as such will be rejected by Apple when submitted to the App Store.