开发者

How to find IMEI and IMSI id in iPhone?

I can find UDID using this code

UIDevice *device=[UIDevice cu开发者_如何学Pythonrrentdevice];  
NSString *ss=[NSString stringWithFormate:"%@",[device currentdevice].uniqueidentifier;

But I don't know how to find IMEI and IMSI id programatically, any one have an idea please help to me.


There's no public API for this.

It's possible using IOKit, but that's not a documented API on iOS, so you can't use it for App Store apps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜