Update AppLovin Package to contain necessary code for AppID fetch

This commit is contained in:
wsycarlos 2026-01-20 19:22:09 +08:00
parent 3226380502
commit 088082e0fe
5 changed files with 24 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.applovin:applovin-sdk:13.5.1" />
<androidPackage spec="com.google.android.gms:play-services-ads-identifier:18.0.1" />
</androidPackages>
<iosPods>
<iosPod name="AppLovinSDK" version="13.5.1" />

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c05d0e081349ee640b351a65826ad97f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient {
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context);
}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info {
java.lang.String getId();
boolean isLimitAdTrackingEnabled();
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: eed2c7785c8cebc4b8b94075e8f98f33
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,7 +1,7 @@
{
"name": "com.bywaystudios.applovin.mediation.ads",
"displayName": "AppLovin MAX Mediation Plugin for Unity",
"version": "8.5.1-exp.4",
"version": "8.5.1-exp.5",
"description": "AppLovin turns mobile into the medium of choice for advertisers.\n\nOUR MISSION\n\nEnable advertisers to make ROI-based marketing decisions and deliver relevant content on mobile.\n\nOur marketing platform reaches new users and matches them with relevant brands - ensuring you reach the users that are likely to engage.\n\nWe deliver relevant content to over a billion mobile consumers every month. With AppLovin, advertisers attain their mobile marketing goals.\n\nModified by Byway Studios",
"unity": "2019.2",
"dependencies": {