h5sdk提交
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0f600f2d0884a4115826e2e163d3192d
|
||||
guid: 89b0a2f6a5def428db3cabf49d84c69c
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a0ad142c34d304feba59d0319c677a43
|
||||
guid: bb4a858754af6429987c9e1de62831c6
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user