Skip to content

Commit 756b89a

Browse files
author
weiry
committed
3.2.0:android 5.8.0 ios 5.7.0
1 parent a4fb1fa commit 756b89a

File tree

11 files changed

+46
-6
lines changed

11 files changed

+46
-6
lines changed

android/libs/jpush-android-5.7.0.jar

-395 KB
Binary file not shown.

android/libs/jpush-android-5.8.0.jar

397 KB
Binary file not shown.

ios/RCTJPushModule.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
5C103CA7236041E7000AD3DA /* RCTJPushEventQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */; };
1111
624386D81E096B8800F69E07 /* RCTJPushModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 624386D41E096B8800F69E07 /* RCTJPushModule.m */; };
12+
A40EE5272E2F693E00FD1C66 /* jpush-ios-5.7.0.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = A40EE5262E2F693E00FD1C66 /* jpush-ios-5.7.0.xcframework */; };
1213
/* End PBXBuildFile section */
1314

1415
/* Begin PBXCopyFilesBuildPhase section */
@@ -26,17 +27,18 @@
2627
/* Begin PBXFileReference section */
2728
5C103CA5236041E7000AD3DA /* RCTJPushEventQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushEventQueue.h; sourceTree = "<group>"; };
2829
5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushEventQueue.m; sourceTree = "<group>"; };
29-
622CECF22DB72E3400C13A88 /* jpush-ios-5.6.0.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jpush-ios-5.6.0.xcframework"; path = "RCTJPushModule/jpush-ios-5.6.0.xcframework"; sourceTree = "<group>"; };
3030
624386D31E096B8800F69E07 /* RCTJPushModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushModule.h; sourceTree = "<group>"; };
3131
624386D41E096B8800F69E07 /* RCTJPushModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushModule.m; sourceTree = "<group>"; };
3232
6280980A1CEDC407000D3A81 /* libRCTJPushModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJPushModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
33+
A40EE5262E2F693E00FD1C66 /* jpush-ios-5.7.0.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jpush-ios-5.7.0.xcframework"; path = "RCTJPushModule/jpush-ios-5.7.0.xcframework"; sourceTree = "<group>"; };
3334
/* End PBXFileReference section */
3435

3536
/* Begin PBXFrameworksBuildPhase section */
3637
628098071CEDC407000D3A81 /* Frameworks */ = {
3738
isa = PBXFrameworksBuildPhase;
3839
buildActionMask = 2147483647;
3940
files = (
41+
A40EE5272E2F693E00FD1C66 /* jpush-ios-5.7.0.xcframework in Frameworks */,
4042
);
4143
runOnlyForDeploymentPostprocessing = 0;
4244
};
@@ -46,7 +48,7 @@
4648
5CF8E647231E3A9200B12200 /* Frameworks */ = {
4749
isa = PBXGroup;
4850
children = (
49-
622CECF22DB72E3400C13A88 /* jpush-ios-5.6.0.xcframework */,
51+
A40EE5262E2F693E00FD1C66 /* jpush-ios-5.7.0.xcframework */,
5052
);
5153
name = Frameworks;
5254
sourceTree = "<group>";

ios/RCTJPushModule/jpush-ios-5.6.0.xcframework/ios-arm64/Headers/JPUSHService.h renamed to ios/RCTJPushModule/jpush-ios-5.7.0.xcframework/ios-arm64/Headers/JPUSHService.h

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
1010
*/
1111

12-
#define JPUSH_VERSION_NUMBER 5.6.0
12+
#define JPUSH_VERSION_NUMBER 5.7.0
1313

1414
#import <Foundation/Foundation.h>
1515

@@ -796,6 +796,16 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
796796
*/
797797
+ (void)setCollectControl:(JPushCollectControl *)control;
798798

799+
/*!
800+
* @abstract 设置心跳时间间隔
801+
*
802+
* @param interval 心跳时间间隔 单位为秒, 取值范围为[30,290]
803+
*
804+
* @discussion 请在初始化函数之前调用该接口。
805+
*
806+
*/
807+
+ (void)setHeartBeatTimeInterval:(NSInteger)interval;
808+
799809
/*!
800810
* @abstract 设置SDK地理位置权限开关
801811
*
@@ -820,6 +830,15 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
820830
*/
821831
+ (void)setSmartPushEnable:(BOOL)isEnable;
822832

833+
/*!
834+
* @abstract 设置应用数据洞察扩展功能开关
835+
*
836+
* @param isEnable YES:开启,NO:关闭,默认是开启。
837+
*
838+
*/
839+
+ (void)setDataInsightsEnable:(BOOL)isEnable;
840+
841+
823842
/*!
824843
* @abstract 设置应用内提醒消息的代理
825844
*

ios/RCTJPushModule/jpush-ios-5.6.0.xcframework/ios-arm64_x86_64-simulator/Headers/JPUSHService.h renamed to ios/RCTJPushModule/jpush-ios-5.7.0.xcframework/ios-arm64_x86_64-simulator/Headers/JPUSHService.h

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
1010
*/
1111

12-
#define JPUSH_VERSION_NUMBER 5.6.0
12+
#define JPUSH_VERSION_NUMBER 5.7.0
1313

1414
#import <Foundation/Foundation.h>
1515

@@ -796,6 +796,16 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
796796
*/
797797
+ (void)setCollectControl:(JPushCollectControl *)control;
798798

799+
/*!
800+
* @abstract 设置心跳时间间隔
801+
*
802+
* @param interval 心跳时间间隔 单位为秒, 取值范围为[30,290]
803+
*
804+
* @discussion 请在初始化函数之前调用该接口。
805+
*
806+
*/
807+
+ (void)setHeartBeatTimeInterval:(NSInteger)interval;
808+
799809
/*!
800810
* @abstract 设置SDK地理位置权限开关
801811
*
@@ -820,6 +830,15 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
820830
*/
821831
+ (void)setSmartPushEnable:(BOOL)isEnable;
822832

833+
/*!
834+
* @abstract 设置应用数据洞察扩展功能开关
835+
*
836+
* @param isEnable YES:开启,NO:关闭,默认是开启。
837+
*
838+
*/
839+
+ (void)setDataInsightsEnable:(BOOL)isEnable;
840+
841+
823842
/*!
824843
* @abstract 设置应用内提醒消息的代理
825844
*

0 commit comments

Comments
 (0)