fix:1、添加sdk。2、修复bug

This commit is contained in:
barry
2026-06-11 18:30:41 +08:00
parent fcf9128dd3
commit 570f4635f2
1240 changed files with 111200 additions and 39704 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 7748a264370f84658948d02578b0258e
guid: af7aa5aed4e724530b9c8adfa1cfafca
folderAsset: yes
DefaultImporter:
externalObjects: {}
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<androidPackage spec="com.applovin:applovin-sdk:13.6.2" />
</androidPackages>
<iosPods>
<iosPod name="AppLovinSDK" version="13.6.2" />
</iosPods>
</dependencies>
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<androidPackage spec="com.applovin:applovin-sdk:13.6.2" />
</androidPackages>
<iosPods>
<iosPod name="AppLovinSDK" version="13.6.2" />
</iosPods>
</dependencies>
+1 -1
View File
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: dabd6e29359984561a3e2ffdf84505ee
guid: e06bfe9575a774d74a65bbf78fe9f365
folderAsset: yes
DefaultImporter:
externalObjects: {}
+1 -1
View File
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 256c985e22a29411eb0001b67f088f11
guid: 89b0a2f6a5def428db3cabf49d84c69c
folderAsset: yes
DefaultImporter:
externalObjects: {}
+1 -1
View File
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 125fa3d9de30e4a089c720e502224457
guid: bb4a858754af6429987c9e1de62831c6
folderAsset: yes
DefaultImporter:
externalObjects: {}
@@ -1987,8 +1987,6 @@ static ALUnityBackgroundCallback backgroundCallback;
- (NSString *)requestLatencyMillisFromRequestLatency:(NSTimeInterval)requestLatency
{
if ( requestLatency == -1 ) return @"-1";
// Convert latency from seconds to milliseconds to match Android.
long requestLatencyMillis = requestLatency * 1000;
return @(requestLatencyMillis).stringValue;
@@ -8,7 +8,7 @@
#import "MAUnityAdManager.h"
#define VERSION @"8.6.3"
#define VERSION @"8.6.2"
#define NSSTRING(_X) ( (_X != NULL) ? [NSString stringWithCString: _X encoding: NSStringEncodingConversionAllowLossy].al_stringByTrimmingWhitespace : nil)
@interface NSString (ALUtils)