廣告

廣告 ID 程式庫會定義一個介面,讓您與所有執行應用程式裝置的系統層級廣告技術供應商互動。這個介面可讓您的應用程式接收一致的廣告 ID 值。
最近更新時間 穩定版 候選版 Beta 版 Alpha 版
2023 年 3 月 8 日 - - - 1.0.0-alpha05

宣告依附元件

如果要為廣告新增依附元件,您必須將 Google Maven 存放區新增至專案。詳情請參閱 Google 的 Maven 存放區

在應用程式或模組的 build.gradle 檔案中,新增所需構件的依附元件:

Groovy

dependencies {
    implementation 'androidx.ads:ads-identifier:1.0.0-alpha05'

    // Optional - add if you're using Guava to handle
    // return values of type ListenableFuture.
    implementation 'com.google.guava:guava:28.0-android'
}

Kotlin

dependencies {
    implementation("androidx.ads:ads-identifier:1.0.0-alpha05")

    // Optional - add if you're using Guava to handle
    // return values of type ListenableFuture.
    implementation("com.google.guava:guava:28.0-android")
}

如要進一步瞭解依附元件,請參閱「新增建構依附元件」。

意見回饋

您的意見可協助我們改善 Jetpack。如果您發現新問題,或是有改進這個程式庫的建議,請告訴我們。回報新問題前,請先查看這個程式庫的現有問題。只要按一下星號按鈕,即可投票給現有的問題。

建立新問題

詳情請參閱 Issue Tracker 文件

1.0.0 版本

1.0.0-alpha05 版

2023 年 3 月 8 日

發布 androidx.ads:ads-identifier:1.0.0-alpha05androidx.ads:ads-identifier-common:1.0.0-alpha05androidx.ads:ads-identifier-provider:1.0.0-alpha05查看 1.0.0-alpha05 版的修訂項

API 變更

1.0.0-alpha04 版

2020 年 1 月 22 日

androidx.ads:ads-identifier:1.0.0-alpha04androidx.ads:ads-identifier-common:1.0.0-alpha04androidx.ads:ads-identifier-provider:1.0.0-alpha04 發布。1.0.0-alpha04 版包含這些修訂版本

新功能

  • 提升效能

API 相關異動

  • AdvertisingIdInfo.getId() 現在會直接傳回 AdvertisingIdProvider 的廣告 ID,因此 ID 現在可能是任何格式。

1.0.0-alpha03 版

2019 年 11 月 20 日

androidx.ads:ads-identifier:1.0.0-alpha03androidx.ads:ads-identifier-common:1.0.0-alpha03 發布。1.0.0-alpha03 版包含這些修訂版本

修正錯誤

  • 已移除 Java 8 程式設計語言的依附元件。這個程式庫現在指定 Java 7 程式設計語言。

1.0.0-alpha02 版

2019 年 9 月 18 日

androidx.ads:ads-identifier:1.0.0-alpha02androidx.ads:ads-identifier-common:1.0.0-alpha02 發布。1.0.0-alpha02 版包含這些修訂版本

API 相關異動

  • 已將 AdvertisingIdUtils.getAdvertisingIdProviderServices() 的傳回類型從 List<ResolveInfo> 變更為 List<ServiceInfo>

修正錯誤

  • 已變更 AdvertisingIdNotAvailableException 訊息,以提供更詳細的「沒有相容的 AndroidX 廣告 ID 供應商」一文。

1.0.0-alpha01 版

2019 年 8 月 7 日

androidx.ads:ads-identifier:1.0.0-alpha01androidx.ads:ads-identifier-common:1.0.0-alpha01androidx.ads:ads-identifier-provider:1.0.0-alpha01 發布。您可以前往這裡查看這個版本包含的修訂版本。