0.0.1 • Published 3 years ago

cap-play-install-referrer v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cap-play-install-referrer

Only android support this time --Anyone can help with iOS This capacitor plugin captures the referrer value passed when an android app is installed using Play Install Referrer API.

Install

npm install cap-play-install-referrer
npx cap sync

API

GetReferrer()

GetReferrer() => Promise<any>

Returns: Promise<any>


  try {
    let data = JSON.stringify(resp);

    //data = '{ "referrer": "preetamjakhmolaReferrerCode", "clickTimestamp": 1642830058, "installBeginTimestamp": 1642830060 }';

  } catch (e) {
    console.log(e);
  }
})