From 48a1c3cf5545ddcc0959d602396b24036af32d4a Mon Sep 17 00:00:00 2001 From: Shinobu Okano Date: Wed, 18 Apr 2018 02:26:42 +0900 Subject: [PATCH] Update document --- CHANGELOG.md | 4 ++-- README.md | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..756e49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.9] 2018-04-18 -* TODO: Describe initial release. +* First release diff --git a/README.md b/README.md index 8ab01af..ad9c485 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # advertising_id -A new Flutter plugin. +A Flutter plugin to access advertising ID. -## Getting Started - -For help getting started with Flutter, view our online -[documentation](https://flutter.io/). - -For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). \ No newline at end of file +Wraps [ASIdentifierManager.advertisingIdentifier](https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614151-advertisingidentifier) (on iOS) and [advertising ID](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient) (on Android). \ No newline at end of file