Skip to content

Commit 051cd3a

Browse files
committed
feat: delete test cert
1 parent 798b0e6 commit 051cd3a

11 files changed

+3
-71
lines changed

HarmonyOS_NEXT/APIExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To build and run the sample application, get an App Id:
3333
```
3434
3535
6. Download the har package from the [official website](https://download.agora.io/sdk/release/Agora_Native_SDK_for_HarmonyOS_v4.4.1_FULL.har) and rename`AgoraRtcSdk.har`,then copy it to `HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
36-
7. replace sign
36+
7. config the signature information in `build-profile.json5` under the root directory with your own
3737
3838
You are all set. Now connect your HarmonyOS NEXT device and run the project.
3939

HarmonyOS_NEXT/APIExample/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
export const AppCertificate: String = YOUR APP CERTIFICATE
3333
```
3434
6. 在[官网](https://download.agora.io/sdk/release/Agora_Native_SDK_for_HarmonyOS_v4.4.1_FULL.har)上下载har包,重命名`AgoraRtcSdk.har`并复制到`HarmonyOS_NEXT/APIExample/entry/libs/AgoraRtcSdk.har`
35-
7. Replace the signature information in `build-profile.json5` under the root directory with your own.
35+
7. 在根目录下面的 `build-profile.json5` 文件配置你的签名
3636
3737
然后你就可以编译并运行项目了。
3838

HarmonyOS_NEXT/APIExample/build-profile.json5

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
{
22
"app": {
3-
"signingConfigs": [
4-
{
5-
"name": "default",
6-
"type": "HarmonyOS",
7-
"material": {
8-
"storePassword": "0000001B9FD70AC09FD6E7090CDBD445D5FB1D72E8AF1A431DFD7D0DE83AED585E00B980B61ECB9AADF9B3",
9-
"certpath": "./sign/wayangAgora.cer",
10-
"keyAlias": "wayangAgora",
11-
"keyPassword": "0000001B0B0DA7F83E89969EDA7C66A97A4F258DA6A0C65BF29AF3ADB4602E45E902CF3DBD625DC2AF5C8D",
12-
"profile": "./sign/ApiExampleDebug.p7b",
13-
"signAlg": "SHA256withECDSA",
14-
"storeFile": "./sign/wayang.p12"
15-
}
16-
}
17-
],
3+
"signingConfigs": [],
184
"products": [
195
{
206
"name": "default",
-4.68 KB
Binary file not shown.

HarmonyOS_NEXT/APIExample/sign/material/ac/a9a980ef8fc94220b13c0c721d70d419

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

HarmonyOS_NEXT/APIExample/sign/material/fd/0/85fcb147c0054f01a714d6d3079ac21c

Lines changed: 0 additions & 1 deletion
This file was deleted.

HarmonyOS_NEXT/APIExample/sign/material/fd/1/83a97013fd8b48988ba64cdb6a5ba6f8

Lines changed: 0 additions & 1 deletion
This file was deleted.

HarmonyOS_NEXT/APIExample/sign/material/fd/2/b65fdda18e50403c81dde2e8692108f6

Lines changed: 0 additions & 1 deletion
This file was deleted.
-1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)