All Projects → maxfong → Mfsidentifier

maxfong / Mfsidentifier

Licence: mit
iOS App获取唯一标识符方案

Labels

Projects that are alternatives of or similar to Mfsidentifier

Hardchoice
有时候作抉择真的很痛苦,Swift写的生活类APP
Stars: ✭ 90 (-65.78%)
Mutual labels:  icloud
icloud3
iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.
Stars: ✭ 304 (+15.59%)
Mutual labels:  icloud
iBadApple
First ever: Windows, free iCloud & activation lock bypass... that isn't a malware!
Stars: ✭ 133 (-49.43%)
Mutual labels:  icloud
Cloudkitgdpr
Framework for allowing users to manage data stored in iCloud
Stars: ✭ 126 (-52.09%)
Mutual labels:  icloud
Pdf Archiver
A tool for tagging files and archiving tasks.
Stars: ✭ 182 (-30.8%)
Mutual labels:  icloud
NAS-Nav-iCloud
NAS-Nav导航仿iCloud风格
Stars: ✭ 25 (-90.49%)
Mutual labels:  icloud
Swiftassetspickercontroller
A simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.
Stars: ✭ 81 (-69.2%)
Mutual labels:  icloud
cloud-ignore-files
Make Cloud sync ignore certain project files
Stars: ✭ 70 (-73.38%)
Mutual labels:  icloud
Cloudkit Demo.swift
Stars: ✭ 244 (-7.22%)
Mutual labels:  icloud
iCloud-Photo-Downloader
iCloud Photo Downloader - Fetch Originals from iCloud Photo Library
Stars: ✭ 17 (-93.54%)
Mutual labels:  icloud
Cloudkit Demo.objective C
Stars: ✭ 133 (-49.43%)
Mutual labels:  icloud
Hxphotopicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
Stars: ✭ 2,363 (+798.48%)
Mutual labels:  icloud
icloud
Access the iCloud API
Stars: ✭ 34 (-87.07%)
Mutual labels:  icloud
Fcuuid
iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor. 📱
Stars: ✭ 1,387 (+427.38%)
Mutual labels:  icloud
pi-cloud-frame
An icloud-powered digital frame running on a Raspberry Pi. Downloads a random sample of photos from your icloud account, crops them to the correct aspect ratio and displays them. Supports parallel slideshows, interactive menus, GPS/EXIF lookup and auto rotation via a MPU-6050 accelerometer.
Stars: ✭ 21 (-92.02%)
Mutual labels:  icloud
Tothepenny
A budget tracker app for iOS
Stars: ✭ 82 (-68.82%)
Mutual labels:  icloud
node-red-contrib-ical-events
Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events
Stars: ✭ 38 (-85.55%)
Mutual labels:  icloud
Save-To-iCloud-Drive
Save documents to iCloud drive
Stars: ✭ 29 (-88.97%)
Mutual labels:  icloud
iCloudDownloader
CLI for downloading iCloud file
Stars: ✭ 82 (-68.82%)
Mutual labels:  icloud
syncTabs
Sync your firefox tabs with Safari on iOS
Stars: ✭ 25 (-90.49%)
Mutual labels:  icloud

MFSIdentifier

iOS App获取唯一标识符方案

是否刷机/还原 是否卸载重装APP 获取方式及优先级
MFSCache、NSUserDefaults
KeyChain、Safari Cookie、iCloud、IDFA、IDFV、NSUUID
iCloud、IDFA、IDFV、NSUUID

使用

#import <MFSIdentifier/MFSIdentifier.h>

NSString *deviceID = [MFSIdentifier deviceID];
NSLog(@"deviceId: %@", deviceID);

安装

CocoaPods

编辑Pofile
pod 'MFSIdentifier', '1.0.2'
安装
pod install

更多关于CocoaPods

Carthage

编辑Cartfile
github "maxfong/MFSIdentifier" >= 1.0.2
安装
carthage update

更多关于Carthage

使用Framework,工程Other Linker Flags需添加-ObjC

注意

  1. Safari Cookie支持需iOS9.0及以上。
  2. 可设置[MFSCacheUtility registerAESKey:],其他应用获取了Cookie也无法正确解密  
  3. 刷机后能获取相同标识符需开启iCloud

iCloud Setting

其他

如果您发现任何问题或有啥建议,发个issues,谢谢

License

MFSIdentifier is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].