Google Ads
최근 업데이트 | 안정화 버전 | 출시 후보 버전 | 베타 버전 | 알파 버전 |
---|---|---|---|---|
2023년 3월 8일 | - | - | - | 1.0.0-alpha05 |
종속 항목 선언
Ads의 종속 항목을 추가하려면 프로젝트에 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을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.
자세한 내용은 Issue Tracker 문서를 참고하세요.
버전 1.0.0
버전 1.0.0-alpha05
2023년 3월 8일
androidx.ads:ads-identifier:1.0.0-alpha05
, androidx.ads:ads-identifier-common:1.0.0-alpha05
, androidx.ads:ads-identifier-provider:1.0.0-alpha05
이 출시되었습니다. 버전 1.0.0-alpha05에 포함된 커밋을 확인하세요.
API 변경사항
androidx.ads:ads-identifier
및androidx.ads:ads-identifier-provider
가 지원 중단되었습니다. 대신 Google Play 서비스의 일부로 제공되는 Advertising ID API로 이전하시기 바랍니다. 추가했습니다. (I57791)
버전 1.0.0-alpha04
2020년 1월 22일
androidx.ads:ads-identifier:1.0.0-alpha04
, androidx.ads:ads-identifier-common:1.0.0-alpha04
, androidx.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-alpha03
및 androidx.ads:ads-identifier-common:1.0.0-alpha03
가 출시되었습니다. 버전 1.0.0-alpha03에는 이러한 커밋이 포함되어 있습니다.
버그 수정
- 자바 8 프로그래밍 언어의 종속성이 삭제되었습니다. 이제 이 라이브러리는 자바 7 프로그래밍 언어를 타겟팅합니다.
버전 1.0.0-alpha02
2019년 9월 18일
androidx.ads:ads-identifier:1.0.0-alpha02
및 androidx.ads:ads-identifier-common:1.0.0-alpha02
가 출시되었습니다. 버전 1.0.0-alpha02에는 이러한 커밋이 포함되어 있습니다.
API 변경사항
AdvertisingIdUtils.getAdvertisingIdProviderServices()
의 반환 유형이List<ResolveInfo>
에서List<ServiceInfo>
로 변경되었습니다.
버그 수정
AdvertisingIdNotAvailableException
메시지가 '사용할 수 있는 호환 가능한 AndroidX Advertising ID 제공자 없음'으로 정확하게 표시되도록 변경되었습니다.
버전 1.0.0-alpha01
2019년 8월 7일
androidx.ads:ads-identifier:1.0.0-alpha01
, androidx.ads:ads-identifier-common:1.0.0-alpha01
및 androidx.ads:ads-identifier-provider:1.0.0-alpha01
버전이 출시되었습니다. 이 버전에 포함된 커밋은 여기에서 확인할 수 있습니다.