提交 d5e8bff0 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

update: 增加PUSH_APPID meta-data

上级 fc851336
......@@ -19,6 +19,7 @@
<service android:name="uts.sdk.modules.DCloudUniPush.PushActionService" android:exported="false" />
<meta-data android:name="GETUI_APPID" android:value="${GETUI_APPID}" />
<meta-data android:name="PUSH_APPID" android:value="${PUSH_APPID}" />
<meta-data android:name="MIPUSH_APPID" android:value="XM_${MIPUSH_APPID}" />
<meta-data android:name="MIPUSH_APPKEY" android:value="XM_${MIPUSH_APPKEY}" />
......@@ -28,8 +29,8 @@
<meta-data android:name="OPPOPUSH_APPSECRET" android:value="OP_${OPPOPUSH_APPSECRET}" />
<meta-data android:name="com.huawei.hms.client.appid" android:value="${com.huawei.hms.client.appid}" />
<meta-data android:name="com.vivo.push.app_id" android:value="${com.vivo.push.app_id}" />
<meta-data android:name="com.vivo.push.api_key" android:value="${com.vivo.push.api_key}" />
<meta-data android:name="com.hihonor.push.app_id" android:value="${com.hihonor.push.app_id}" />
<meta-data android:name="com.vivo.push.api_key" android:value="${com.vivo.push.api_key}" />
<meta-data android:name="com.hihonor.push.app_id" android:value="${com.hihonor.push.app_id}" />
<meta-data android:name="dcloud_unipush_auto_notification"
android:value="${dcloud_unipush_auto_notification}" />
......
{
"dependencies": [
"com.getui:gtc-dcloud:3.2.8.4"
], "parameters": {
],
"parameters": {
"appid": {
"placeholder": "GETUI_APPID"
},
"placeholder": [
"GETUI_APPID",
"PUSH_APPID"
]
},
"mipush_appid": {
"placeholder": "MIPUSH_APPID"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册