Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ygbr authored Jun 11, 2020
1 parent fc86a1e commit 5edbb31
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ I have deprecated the _getAndroidID_ method since the same info can be fetched u

#### Android Methods:

_getAdvertisingIdInfo_ (String)
_getAdvertisingIdInfo_ (String) - [Automatic Getters are deprecated, use the property to access the ID]

> This method returns the Android AdvertisingId from AdvertisingIdClient.getAdvertisingIdInfo native method. This follows the [AdvertisingIdClient API](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient)
> May return **processing** if the AsyncTask haven't returned with the advertising id yet.
Expand All @@ -56,6 +56,13 @@ _isLimitAdTrackingEnabled_ (Boolean)
> ANDROID_ID seems a good choice for a unique device identifier.
> There are downsides: First, it is not 100% reliable on releases of Android prior to 2.2 (“Froyo”). Also, there has been at least one widely-observed bug in a popular handset from a major manufacturer, where every instance has the same ANDROID_ID. According to https://android-developers.googleblog.com/2011/03/identifying-app-installations.html
### Android Properties:

_advertisingIdInfo_

> This property returns the Android AdvertisingId from AdvertisingIdClient.getAdvertisingIdInfo native method. This follows the [AdvertisingIdClient API](https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient)
> May return **processing** if the AsyncTask haven't returned with the advertising id yet.
#### Android Notes:

> Google Play Services JAR Hell should not happen anymore since Appcelerator greatly improved this area with the introduction of ti.playservices.
Expand Down

0 comments on commit 5edbb31

Please sign in to comment.