Explorar el Código

1.在ERPUtils中屏蔽Google Analytics对HMLG的影响。

Pen Li hace 9 años
padre
commit
5430df37f6

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 2
RedAnt ERP Mobile/common/ERPUtils.m

@@ -252,7 +252,8 @@
 }
 
 + (void)googleAnalyticsSendRequestString:(NSString *)urlString WithScreen:(NSString *)screenName Action:(NSString *)action Extra:(NSDictionary *)extra {
-    
+
+#ifdef BUILD_NPD
     if (!screenName && !action && !extra) {
         return;
     }
@@ -313,7 +314,8 @@
 
     }
 
-
+#endif
+    
 }