Skip to content

1.1.0

Compare
Choose a tag to compare
@ygbr ygbr released this 06 Apr 01:04
· 22 commits to master since this release

Implemented isLimitAdTrackingEnabled() and getAndroidID() for Android

  • isLimitAdTrackingEnabled allows to read the user’s permission to
    track the ad ids as brings parity with the iOS
    isAdvertisingTrackingEnabled
  • getAndroidID() allows to fetch the Android Device ID and brings an id
    equivalent to iOS identifierForVendor (that resets differently and has
    its own peculiarities)
  • Updated the example app.js showing the methods working on each
    platform
  • Updated the README with the new methods description and module build instructions