문제

I'm trying to determent some info for a user over the carrier network. I have found the CTSubscriber and CTSubscriberInfo headers in the framework, but I can't find any documentation on how to use them.

I need to find any unique data that the carrier has given the user like phone number or MSISDN or anything else that is unique to that SIM. Is this possible?

도움이 되었습니까?

해결책

The reason you can't find any documentation is because much of Core Telephony consists of private APIs. Consequently, there isn't any way to access the SIM card from an app published on the App Store. A jailbroken device is, of course, another story, but in that case you're pretty much on your own.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top