- Notifications
You must be signed in to change notification settings - Fork1
jasonz1987/cordova-plugin-keychain-idfa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Get ios unique device id bykeychain+idfa
if you can't use AdSupport,please checkUUID+KEYCHAIN
more info please see my article :http://www.jason-z.com/post/22
cordova plugin add cordova-plugin-keychain-idfa
varargs={'key':'com.jason-z.test.idfa'};KeychainIDFA.getDeviceID((id)=>{console.log(id);},(err)=>{console.log(err);})
varargs={'key':'com.jason-z.test.idfa'};KeychainIDFA.deleteDeviceID((id)=>{console.log(id);},(err)=>{console.log(err);})
you can definekey value by your own
this plugin depends onAdSupport.Framework,so you must select right choice when submit your app to App Store. you can refer below choice if you havn't add any ads in your app.
If this project help you reduce time to develop, you can give me a cup of coffee :)
About
cordova plugin for getting idfa from keychain
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.