xugenyuan

ref |> 更新个推SDK,解决初始化失败无响应问题

@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 "license": "Apache-2.0", 7 "license": "Apache-2.0",
8 "packageType": "InterfaceHar", 8 "packageType": "InterfaceHar",
9 "dependencies": { 9 "dependencies": {
10 - "library": "file:./src/main/ets/getuiPush/GTSDK-1.0.1.0.har", 10 + "library": "file:./src/main/ets/getuiPush/GT-HM-1.0.4.har",
11 "wdConstant": "file:../../commons/wdConstant", 11 "wdConstant": "file:../../commons/wdConstant",
12 "wdLogin": "file:../../features/wdLogin", 12 "wdLogin": "file:../../features/wdLogin",
13 "wdKit": "file:../../commons/wdKit", 13 "wdKit": "file:../../commons/wdKit",
@@ -48,7 +48,7 @@ export class GetuiPush { @@ -48,7 +48,7 @@ export class GetuiPush {
48 } 48 }
49 49
50 init(context: common.UIAbilityContext) { 50 init(context: common.UIAbilityContext) {
51 - 51 + Logger.debug(TAG, "个推SDK开始初始化....")
52 const isOnlineEnv = HostManager.getHost() === HostEnum.HOST_PRODUCT 52 const isOnlineEnv = HostManager.getHost() === HostEnum.HOST_PRODUCT
53 53
54 PushManager.initialize({ 54 PushManager.initialize({