iOS获取设备的序列号

    不知道是否有童鞋们做应用的时候跟我一样,用设备的序列号来识别设备进行一些设备控制,因为我做的是银行内部应用,不会上APP Store,不知道这个方法是否能通过苹果的检测,如果有知道的童鞋,请不要吝啬的告诉我哦~~

    废话不多说,上代码!

    ①:导入三方文件  下载地址:http://pan.baidu.com/s/1mgqdIu0

    ②:导入iokit.framework,SystemConfiguration.framework    特别注意

     iokit.framework的添加方法为:
    [TARGETS]-->[Build Phases]-->[Link Binary With Libraries]-->[+]-->[Add Other  ]-->[ 路径选择: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ your sdk  eg..iPhoneOS5.0.sdk  /System/Library/Frameworks/IOKit.framework]
    ③:[[UIDevice currentDevice]serialnumber] 查询设备序列号

  


  




你可能感兴趣的:(iOS获取设备的序列号)