Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
xugenyuan
2024-08-09 15:26:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7bb28f71f7abc8f4078b68c9d1cb9973de02609
b7bb28f7
1 parent
cec74d4c
ref |> 更新个推SDK,解决初始化失败无响应问题
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdHwAbility/oh-package.json5
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GT-HM-1.0.4.har
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GTSDK-1.0.1.0.har
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GetuiPush.ets
sight_harmony/features/wdHwAbility/oh-package.json5
View file @
b7bb28f
...
...
@@ -7,7 +7,7 @@
"license"
:
"Apache-2.0"
,
"packageType"
:
"InterfaceHar"
,
"dependencies"
:
{
"library"
:
"file:./src/main/ets/getuiPush/GT
SDK-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"
,
...
...
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GT-HM-1.0.4.har
0 → 100644
View file @
b7bb28f
No preview for this file type
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GTSDK-1.0.1.0.har
deleted
100644 → 0
View file @
cec74d4
No preview for this file type
sight_harmony/features/wdHwAbility/src/main/ets/getuiPush/GetuiPush.ets
View file @
b7bb28f
...
...
@@ -48,7 +48,7 @@ export class GetuiPush {
}
init(context: common.UIAbilityContext) {
Logger.debug(TAG, "个推SDK开始初始化....")
const isOnlineEnv = HostManager.getHost() === HostEnum.HOST_PRODUCT
PushManager.initialize({
...
...
Please
register
or
login
to post a comment