Code Monkey home page Code Monkey logo

cordova-plugin-keychain-idfa's Introduction

cordova-plugin-keychain-idfa

Get ios unique device id by keychain+idfa

if you can't use AdSupport,please check UUID+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

var args = {
  'key':'com.jason-z.test.idfa'
};

KeychainIDFA.getDeviceID((id)=>{
 console.log(id);   
},(err)=>{
    console.log(err);
})

delete device id from keychain

var args = {
  'key':'com.jason-z.test.idfa'
};

KeychainIDFA.deleteDeviceID((id)=>{
 console.log(id);   
},(err)=>{
    console.log(err);
})

you can define key value by your own

Warning

this plugin depends on AdSupport.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

cordova-plugin-keychain-idfa's People

Contributors

jasonz1987 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

leonxi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.