Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cordova plugin for getting idfa from keychain

NotificationsYou must be signed in to change notification settings

jasonz1987/cordova-plugin-keychain-idfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

中文文档

Exmaple

Ionic3 Demo

Install

cordova plugin add cordova-plugin-keychain-idfa

Methods

get device id from keychain

varargs={'key':'com.jason-z.test.idfa'};KeychainIDFA.getDeviceID((id)=>{console.log(id);},(err)=>{console.log(err);})

delete device id from keychain

varargs={'key':'com.jason-z.test.idfa'};KeychainIDFA.deleteDeviceID((id)=>{console.log(id);},(err)=>{console.log(err);})

you can definekey value by your own

Warning

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.

appstore审核

Donate

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

About

cordova plugin for getting idfa from keychain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp