|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
#import "config.h"
|
|
|
#import "AESCrypt.h"
|
|
|
-#import <AdSupport/ASIdentifierManager.h>
|
|
|
+//#import <AdSupport/ASIdentifierManager.h>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -819,9 +819,9 @@
|
|
|
if(appDelegate.password!=nil)
|
|
|
[params setValue:appDelegate.password forKey:@"password"];
|
|
|
|
|
|
-
|
|
|
- NSString *DeviceToken = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
|
|
|
- [params setValue:DeviceToken forKey:@"deviceid"];
|
|
|
+//
|
|
|
+// NSString *DeviceToken = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
|
|
|
+// [params setValue:DeviceToken forKey:@"deviceid"];
|
|
|
|
|
|
|
|
|
NSData* json=[self get_json:URL_HEART_BEAT parameters:params file:nil];
|