iOS一直都比较注重用户隐私,在 iOS 5.0之后系统UDID方法就被废弃掉了,iOS 7中mac地址又被封杀,所有获取mac都将返回统一值0200..,虽然iOS 6.0新增了两个用于替换UDID的接口,分别是:identifierForVendor,advertisingIdentifier(有时可能获取不到),但这两个接口会在相同开发组下的应用删除完后重新安装应用时数值会发生改变,并不是唯一的标示符。经过对钥匙串及iCloud同步的多方面了解,如果通过系统钥匙串保存一串字符串,且不允许它同步到其他设备,这样不就可以生成一个真正意义上的唯一ID了麽,而且还不会被苹果封杀,即使identifierForVendor的值发生了改变它也依然不变,除非执行设备“抹除所有内容和设置”这一项…
☆20Mar 29, 2017Updated 8 years ago
Alternatives and similar repositories for DeviceIdentifier
Users that are interested in DeviceIdentifier are comparing it to the libraries listed below
Sorting:
- This is an auto cycled scroll view made by objective-c,you can put any subclasses of UIView in to make it work.(这是用objective-c封装的一个垂直轮播控件…☆14Jun 6, 2016Updated 9 years ago
- ☆13Aug 17, 2016Updated 9 years ago
- iOS 音频录音 /压缩 /播放 动画 后台 管理☆46May 27, 2016Updated 9 years ago
- iOS 录音 文件格式转换类☆17May 27, 2016Updated 9 years ago
- iOS壳版本场景下的批量修改类名、属性名、插入混淆代码、修改项目名称的shell脚本☆13Jun 5, 2018Updated 7 years ago
- iOS Location的用法。包括一次性定位、持续定位、基站定位MonitoringLocation、指南针、区域监听、ibeacon监听。☆32Aug 15, 2019Updated 6 years ago
- 这是一个笔记类 应用iOS客户端,使用Swagger-Codegen生成接口SDK,RAC+MVVM开发。服务器端代码见https://github.com/dingzhe/NoteBook-Server☆12Jul 5, 2016Updated 9 years ago
- Paladin是啥? 它是一个以JFinal为底层的java基础后台框架。 结合了以下第三方组件: Beetl、Druid、Shiro、Ehcache(JFinal自带有工具类)。 界面使用的拼图的后台模板,自己做了些优化和更改。 最初目的:为了学习jfinal,通…☆11Aug 17, 2016Updated 9 years ago
- iOS代码加密混淆-基础篇☆15Oct 25, 2016Updated 9 years ago
- chelly is a markdown editor born for nothing. (this repo is alive, and help wanted)☆14Dec 25, 2021Updated 4 years ago
- 模仿微信聊天界面,包括文字聊天、图文混排、音视频通话记录、发送位置信息、语音聊天、图片、动画、视频等☆28May 5, 2016Updated 9 years ago
- Tool to generate the UDID like Apple does.☆16Jul 16, 2014Updated 11 years ago
- iOS截图长截图功能kit☆22May 22, 2019Updated 6 years ago
- 注入与反注入工具 Disabled the injection defenses tool☆19Oct 27, 2017Updated 8 years ago
- action-sheet-for-apache-weex is a third party plugin, and is not developed nor maintained by Apache Weex.☆13Apr 19, 2017Updated 8 years ago
- This code for developer who want to get device information, e.g. IMEI, IMSI, ICCID, UDID, SerialNumber and so on.☆70Nov 28, 2015Updated 10 years ago
- a loading view, like alipay loading when transfer some money☆10Dec 5, 2015Updated 10 years ago
- ZHLineChart,一款轻便可自定义的折线图控件。支持风格、内容、颜色、文本、排版等自定义设置,轻便简洁!☆58Apr 8, 2021Updated 4 years ago
- 自定义Present转场动画如Push/Pop☆13Mar 4, 2018Updated 8 years ago
- An IMITATION of the popular game Threes☆11Sep 20, 2022Updated 3 years ago
- 金融行业base64安全键盘☆21Jul 5, 2018Updated 7 years ago
- 仿网易页面选择器☆13Jan 26, 2018Updated 8 years ago
- IOKit header files for iOS sdk☆20Mar 11, 2014Updated 12 years ago
- 仿AppStore首页滚动效果☆19Jan 29, 2019Updated 7 years ago
- 🇨🇳翻译: 「rust-ffi-omnibus」 将 Rust 代码 导出, 应用于 其他语言 的例子集合 ❤️更新 ✅☆12May 16, 2019Updated 6 years ago
- 个人知识体系总结☆38Jun 23, 2021Updated 4 years ago
- my personal git fork of http://svn.saurik.com/repos/cycript/trunk/☆27Mar 25, 2011Updated 14 years ago
- demo for changing icon dynamically for iOS app☆15Jul 15, 2017Updated 8 years ago
- RSA一站式解决办法☆13Mar 22, 2017Updated 8 years ago
- Popups. Include View Menu Alert and Toast. (弹出框集合,包括:弹出框、弹出菜单(QQ、微信、支付宝)、弹出Alert、导航栏弹出Toast。)☆12Nov 8, 2018Updated 7 years ago
- Xcode7 创建自定义模板☆11Dec 28, 2017Updated 8 years ago
- Tools for recording / playing local or network audio (iOS录音/播放本地或网络音频的工具类)☆48Jul 27, 2020Updated 5 years ago
- Generate and save permanent UDID with IDFV and keychain in iOS device.☆157Apr 26, 2017Updated 8 years ago
- 一行代码给任意视图添加高性能圆角,四个角可选 可添加描边属性 支持Cocoapods☆23Feb 16, 2017Updated 9 years ago
- iOS HTTP request base on AFNetworking 3.0.0. This repo has moved to https://github.com/DaZuo/DZRequest☆27Dec 17, 2015Updated 10 years ago
- custom collectionView sections background view (decoration view)☆11Jul 28, 2016Updated 9 years ago
- iOS开发-清理缓存,将计算缓存,清理缓存封装成类方法,并将清理结果利用block方法实现返回,一键调用,轻松实现☆41May 11, 2016Updated 9 years ago
- Macho Parser base on dyld (supported static/runtime)☆36Jun 13, 2018Updated 7 years ago
- Binary tools library write in C☆10Nov 21, 2019Updated 6 years ago