com.xd.sdk.common 6.29.2 → 6.29.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,8 @@ NS_ASSUME_NONNULL_BEGIN
24
24
  + (NSString *)getMCCNC;
25
25
 
26
26
  + (NSString *)gameLaunchTime;
27
+
28
+ + (NSString *)getTapDBDeviceID;
27
29
  @end
28
30
 
29
31
  NS_ASSUME_NONNULL_END
@@ -112,6 +112,8 @@ typedef NS_ENUM(NSInteger, XDSDKRegionType) {
112
112
  @property (nonatomic, strong) NSArray *webWhiteList;
113
113
  /// 自动注册推送
114
114
  @property (nonatomic, assign) BOOL pushAutoInit;
115
+ /// 关闭票据上传
116
+ @property (nonatomic, assign) BOOL disableReceiptUpload;
115
117
 
116
118
  - (BOOL)isCN;
117
119
 
@@ -5,6 +5,6 @@
5
5
  // Created by Fattycat on 2022/5/13.
6
6
  //
7
7
 
8
- #define XDSDK_VERSION @"6.29.2"
9
- #define XDSDK_VERSION_CODE @"6029020"
10
- // HASH 707697b
8
+ #define XDSDK_VERSION @"6.29.3"
9
+ #define XDSDK_VERSION_CODE @"6029030"
10
+ // HASH 6ccd542
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "com.xd.sdk.common",
3
3
  "displayName": "XDSDK Common",
4
- "version": "6.29.2",
4
+ "version": "6.29.3",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",