如何在iPhone上獲取IMEI?我想在iPhone上獲取IMEI。我嘗試使用以下代碼:#import "Message/NetworkController.h"NetworkController *ntc=[[NetworkController sharedInstance] autorelease];NSString *imeistring = [ntc IMEI];但是找不到NetworkController。我還發現我可以使用以下方法獲得uniqueIdentifier:UIDevice *myDevice = [UIDevice currentDevice];NSString *identifier = myDevice.uniqueIdentifier;但這無法幫助我獲得IMEI。如何在iPhone上獲取IMEI?
添加回答
舉報
0/150
提交
取消
