fix:1、修复bug。2、更换sdk

This commit is contained in:
barry
2026-06-25 14:45:18 +08:00
parent 570f4635f2
commit 412180cbcb
223 changed files with 62891 additions and 46340 deletions
+2
View File
@@ -1987,6 +1987,8 @@ 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;
View File
+1 -1
View File
@@ -8,7 +8,7 @@
#import "MAUnityAdManager.h"
#define VERSION @"8.6.2"
#define VERSION @"8.6.4"
#define NSSTRING(_X) ( (_X != NULL) ? [NSString stringWithCString: _X encoding: NSStringEncodingConversionAllowLossy].al_stringByTrimmingWhitespace : nil)
@interface NSString (ALUtils)
View File