Просмотр исходного кода

eSign

修复提交审核失败的问题。(IDFA issue)
Ray Zhang 9 лет назад
Родитель
Сommit
0cd9e5e257

BIN
Ants Contract/AntsContract.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
Ants Contract/Granite Expo eSign/Granite Expo eSign/Info.plist

@@ -36,7 +36,7 @@
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
 	<string>1.30</string>
 	<string>1.30</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>32194</string>
+	<string>32264</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<false/>
 	<false/>
 	<key>LSRequiresIPhoneOS</key>
 	<key>LSRequiresIPhoneOS</key>

+ 1 - 1
Ants Contract/Granite Expo eSign/Granite Expo eSign/config.h

@@ -18,7 +18,7 @@
 //#define ENCRYPT_OFF
 //#define ENCRYPT_OFF
 # ifdef DEBUG
 # ifdef DEBUG
     #define NO_SAVE_VERIFY true
     #define NO_SAVE_VERIFY true
-    #define test_server
+//    #define test_server
 # else
 # else
     #define NO_SAVE_VERIFY false
     #define NO_SAVE_VERIFY false
 # endif
 # endif

+ 4 - 4
Ants Contract/common/ACNetwork.m

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