fl_jpush_android

Last updated:

0 purchases

fl_jpush_android Image
fl_jpush_android Images
Add to Cart

Description:

fl jpush android

fl_jpush_android #
JPush integrated vendor push channel #
如需集成极光推送厂商通道请安装次插件 #
具体查看极光原生文档

此插件仅添加原生sdk依赖和配置 AndroidManifest.xml 以及 consumer-rules.pro 混淆规则,其他配置信息需自行配置
此插件未集成 FCM SDk,fl_jpush_android_fcm
需要添加的请查看极光文档

5.0.0开始无需配置以下内容,请移除 #

集成 oppo 配置

复制 `example/android/heytap_msp_push` 目录至 `${your project}/android/`
目录下,并在 `${your project}/android/settings.gradle` 中添加 `include ':heytap_msp_push'`

集成 honor 配置

复制 `example/android/hi_push` 目录至 `${your project}/android/`
目录下,并在 `${your project}/android/settings.gradle` 中添加 `include ':hi_push'`

* 不要修改目录和aar名字

添加以下内容至 `android/app/build.gradle` 中

copied to clipboard
android {
defaultConfig {
manifestPlaceholders = [
JPUSH_PKGNAME : applicationId,
JPUSH_APPKEY : '',

JPUSH_CHANNEL : 'developer-default',
// 下面是多厂商配置,如需要开通使用请联系技术支持
// 如果不需要使用,预留空字段即可
MEIZU_APPKEY : "MZ-",
MEIZU_APPID : "MZ-",
XIAOMI_APPID : "MI-",
XIAOMI_APPKEY : "MI-",
OPPO_APPKEY : "OP-",
OPPO_APPID : "OP-",
OPPO_APPSECRET: "OP-",
VIVO_APPKEY : "",
VIVO_APPID : "",
HUAWEI_APPID : "配置文件里的appid",
HUAWEI_CPID : "配置文件里的cp_id",
HONOR_APPID : "Honor平台注册的APP ID"
]
}
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.