AppLovin / AppLovin-MAX-SDK-Android

Other
233 stars 104 forks source link

targetSDK 34 #684

Closed chad171 closed 4 months ago

chad171 commented 4 months ago

Feature Description

When I do the Android SDK Upgrade Assistant to version 34 it finds many problems due to "Foreground service types are required." One of the 'problems' that are located in the androidmanifest.xml located in the AppLovin sdk (specifically in regards to com.applovin.impl.adview.activity.FullscreenAdService). Google is stating that all updates will require going to version 34 before the end of August 2024.

What do I need to do to comply with the new mandate when using the AppLovin SDK?

MarioDev666 commented 4 months ago

Is the "com.applovin.impl.adview.activity.FullscreenAdService" actually a foreground service? it looks like a background service to me but i am not 100% sure.

chad171 commented 4 months ago

I'm not really much of an expert on this, I'm just looking for some guidance on what the android studio migration wizard is complaining about. Any help is appreciated, thanks.

NanaAmoah commented 4 months ago

Hi @chad171, we're currently looking into this and will keep this thread updated.

NanaAmoah commented 4 months ago

Hi @chad171, did you run into any issues/errors while building your app? Have you tried submitting a build to the Play Store? If you did, did you run into any issues there?

chad171 commented 4 months ago

We will be doing a submission before the end of the month. I will update this thread on the outcome. Other SDK providers have noted that the upgrade assistant is overly cautious, thus I expect everything will be fine.

NanaAmoah commented 4 months ago

Thanks @chad171! We will wait on the update

chad171 commented 4 months ago

Google seems happy with the build, and it doesn't seem to cause problems for the users.