5.9.0: android 5.9.0 ios:5.9.0

This commit is contained in:
huangshuni
2025-10-21 15:26:48 +08:00
parent e4b4aa1271
commit 43a4917f23
18 changed files with 142 additions and 6 deletions
+6
View File
@@ -533,6 +533,12 @@
}
#pragma mark - 设置进入后台是否允许长连接 (iOS 5.9.0+)
-(void)setBackgroundEnable:(CDVInvokedUrlCommand *)command {
NSNumber* isEnable = [command argumentAtIndex:0];
[JPUSHService setBackgroundEnable:[isEnable boolValue]];
}
#pragma mark - 内部方法
+(void)setupJPushSDK:(NSDictionary*)userInfo{