Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 PhoneGap iOS 应用程序,它需要使用 SIM 或 MSISDN 来实现某些功能。我想知道是否有任何方法可以获取 SIM 卡的某些信息,例如它的 ID,如果不是手机号码,或者我是否可以知道或确认 SIM 卡是否已更改。
您无法获得 MSISDN 或 IMSI。
您可以获取有关当前网络提供商的信息,并且您可以获取一个令牌,该令牌将用户标识为网络提供商。您还可以在任一更改时收到通知。
有关详细信息,请参阅https://developer.apple.com/library/prerelease/ios/documentation/NetworkingInternet/Reference/CoreTelephonyFrameworkReference/index.html