AppLovin / AppLovin-MAX-SDK-Android

Other
210 stars 95 forks source link

Use play-services-ads-lite instead of play-services-ads #632

Closed gzjaychen closed 2 months ago

gzjaychen commented 3 months ago

Feature Description

mediation google-adapter Is it ok to use play-services-ads-lite instead of play-services-ads. lite version can greatly reduce the package size. And the latest version is 23.0.0

gzjaychen commented 2 months ago

@thomasmso Can you see if this problem can be handled?

thomasmso commented 2 months ago

Unfortunately no, we have to follow the instructions outlined here: https://developers.google.com/admob/android/quick-start

gzjaychen commented 2 months ago

Unfortunately no, we have to follow the instructions outlined here: https://developers.google.com/admob/android/quick-start

https://developers.google.com/admob/android/lite-sdk Could you please think about it again? Using the lite version also complies with the specifications. It can reduce 2M apk size.(My ad-free version apk is only 1.7M)

Mediation google-adapter can use ads-lite version by default. If developers need to publish outside GP store, they only need to add the following code. implementation 'com.google.android.gms:play-services-ads:23.0.0'

ads relies on ads-lite, so no additional work is required. See Compile Dependencies at https://mvnrepository.com/artifact/com.google.android.gms/play-services-ads/23.0.0

I hope you'll reconsider this suggestion, I'd be very grateful as it would be beneficial to developers at large. Thanks.

thomasmso commented 2 months ago

@gzjaychen - If you have an account manager at AppLovin, please raise the concern with him or her. Otherwise, this is not a technological change we will consider.

gzjaychen commented 2 months ago

@gzjaychen - If you have an account manager at AppLovin, please raise the concern with him or her. Otherwise, this is not a technological change we will consider.

How can I contact the account manager? Thanks