iOS 更新到6.0.0,安卓更新到6.0.1版本。iOS SDK 换成cocoapods集成,安卓 SDK换成marven集成。插件版本改成6.0.1

This commit is contained in:
huangshuni
2026-01-30 15:08:42 +08:00
parent 43a4917f23
commit 263a372663
26 changed files with 304 additions and 2207 deletions
+3
View File
@@ -47,6 +47,9 @@ export class JPush extends IonicNativePlugin {
@Cordova()
isPushStopped(): Promise<any> { return; }
@Cordova()
getPushStatus(): Promise<{ code: number; isStopped: 0 | 1 }> { return; }
@Cordova()
setTags(params: TagOptions): Promise<any> { return; }