xugenyuan

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

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