Commit 42248355 authored by 翟国钧's avatar 翟国钧

Phobos在接口中增加idfv参数

parent 1fadbd6a
...@@ -279,6 +279,7 @@ static NSString *sdkVersion = @"110"; ...@@ -279,6 +279,7 @@ static NSString *sdkVersion = @"110";
NSString *currentTime = [self currentTime]; NSString *currentTime = [self currentTime];
NSMutableDictionary *deviceParams = [NSMutableDictionary dictionaryWithObjectsAndKeys: NSMutableDictionary *deviceParams = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString],@"device_id", [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString],@"device_id",
[[[UIDevice currentDevice] identifierForVendor] UUIDString],@"idfv",
@"ios",@"device_type",nil]; @"ios",@"device_type",nil];
NSMutableDictionary *appParams = [NSMutableDictionary dictionaryWithObjectsAndKeys: NSMutableDictionary *appParams = [NSMutableDictionary dictionaryWithObjectsAndKeys:
self.appName, @"name", self.appName, @"name",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment