uniapp离线打包SDKhttps://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"
}
]
}