uniapp离线打包SDK
https://blog.csdn.net/weixin_44871749/article/details/125478857
极光推送官方SDK下载地址
https://ext.dcloud.net.cn/plugin?id=4035
极光JCore官方SDK下载链接
https://ext.dcloud.net.cn/plugin?id=4028





- {
- "nativePlugins": [
- {
- "plugins": [
- {
- "type": "module",
- "name": "JG-JCore",
- "class": "cn.jiguang.uniplugin_jcore.JCoreModule"
- },
- {
- "type": "module",
- "name": "JG-JPush",
- "class": "cn.jiguang.uniplugin_jpush.JPushModule"
- }
- ],
- "integrateType": "aar",
- "minSdkVersion": "19"
- }
- ]
- }




- <!-- 极光推送+厂商推送配置-->
- <meta-data
- android:name="JPUSH_APPKEY"
- android:value="" />
- <meta-data
- android:name="JPUSH_CHANNEL"
- android:value="developer-default" />
-
- <meta-data
- android:name="XIAOMI_APPKEY"
- android:value="" />
- <meta-data
- android:name="XIAOMI_APPID"
- android:value="" />
-
- <meta-data
- android:name="OPPO_APPKEY"
- android:value= "" />
- <meta-data
- android:name="OPPO_APPID"
- android:value="" />
- <meta-data
- android:name="OPPO_APPSECRET"
- android:value="" />
-
- <meta-data
- android:name="com.vivo.push.api_key"
- android:value="" />
- <meta-data
- android:name="com.vivo.push.app_id"
- android:value="" />
-
- <meta-data
- android:name="com.huawei.hms.client.appid"
- android:value="" />