Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hboon/guessidentity
Guess details about iOS device owner
https://github.com/hboon/guessidentity
Last synced: 2 months ago
JSON representation
Guess details about iOS device owner
- Host: GitHub
- URL: https://github.com/hboon/guessidentity
- Owner: hboon
- Created: 2012-03-29T08:08:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T04:23:17.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T11:22:26.189Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 8.79 KB
- Stars: 25
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Guess details about the device's user. Proof-of-concept at the moment.
Inspired by http://www.quora.com/Square-company/How-does-Square-know-my-name-in-their-apps-registration-process?srid=TjL, thanks to Square and [John Feminella](http://www.quora.com/John-Feminella)
Usage
---
#import "guessIdentity.h"NSDictionary* guessIdentity();
Frameworks
---
* AddressBook
* CommonCryptoLicense
---
BSD unless otherwise stated.Questions?
---
* Email: [[email protected]](mailto:[email protected])
* Web: [http://motionobj.com/](http://motionobj.com/)
* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon)