You've already forked Commercialization.topon
升级sdk
gromore => 5.6.1.0 Android => 5.2.72
This commit is contained in:
@@ -59,8 +59,11 @@ NSString *const kATUnityCheckLoadModelAdInfoKey = @"adInfo";
|
||||
[extraDictM removeObjectForKey:kATUnityUserExtraDataKey];
|
||||
}
|
||||
|
||||
NSMutableDictionary *jsonDictM = [NSMutableDictionary dictionaryWithDictionary:self];
|
||||
[jsonDictM setValue:extraDictM forKey:kATUnityCheckLoadModelAdInfoKey];
|
||||
|
||||
@try {
|
||||
jsonData = [NSJSONSerialization dataWithJSONObject:extraDictM
|
||||
jsonData = [NSJSONSerialization dataWithJSONObject:jsonDictM
|
||||
options:kNilOptions
|
||||
error:&error];
|
||||
} @catch (NSException *exception) {
|
||||
|
||||
Reference in New Issue
Block a user