cordova-plugin-xinstall 1.7.4 → 1.7.6
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.
package/package.json
CHANGED
|
Binary file
|
package/src/ios/CDVXinstall.m
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#import <AdServices/AAAttribution.h>
|
|
11
11
|
#endif
|
|
12
12
|
|
|
13
|
-
NSString * const XinstallThirdVersion = @"XINSTALL_THIRDSDKVERSION_1.7.
|
|
13
|
+
NSString * const XinstallThirdVersion = @"XINSTALL_THIRDSDKVERSION_1.7.6_THIRDSDKVERSION_XINSTALL";
|
|
14
14
|
NSString * const XinstallThirdPlatform = @"XINSTALL_THIRDPLATFORM_CORDOVA_THIRDPLATFORM_XINSTALL";
|
|
15
15
|
|
|
16
16
|
@interface CDVXinstall()
|
|
@@ -385,7 +385,7 @@ NSString * const XinstallThirdPlatform = @"XINSTALL_THIRDPLATFORM_CORDOVA_THIRDP
|
|
|
385
385
|
|
|
386
386
|
#pragma mark - version methods
|
|
387
387
|
- (NSString *)xiSdkThirdVersion {
|
|
388
|
-
return @"1.7.
|
|
388
|
+
return @"1.7.6";
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
- (NSInteger)xiSdkType {
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
extern NSString * _Nonnull const XinstallAppKey;
|
|
15
15
|
extern NSString * _Nonnull const XinstallBaseServiceURL;
|
|
16
16
|
extern NSString * _Nonnull const XinstallVersion;
|
|
17
|
+
extern NSString * _Nonnull const XinstallNetworkCheck;
|
|
17
18
|
|
|
18
19
|
#ifdef DEBUG
|
|
19
20
|
#define XINNULLSAFE_ENABLED 1
|
|
Binary file
|