jpush-react-native
jpush-react-native copied to clipboard
JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。
## 你的运行环境 * 插件版本: jcore-react-native:1.9.0,jpush-react-native:2.8.1 * react-native 版本:0.63.4 ## 期望效果 本地通知,接口addLocalNotification只有参数 messageID: string; title: string; content: string; extras: Extra; 那如何进行定时提醒呢,比如我想设定今天18:00通知我。 ## 实际效果 目前根据addLocalNotification,则立刻显示通知了。 ## 重现步骤 1. JPush.addLocalNotification({ messageID: "123456789", title:...
## 你的运行环境 * 插件版本: * react-native 版本:react-native: 0.59.8 ## 期望效果 1,Jpush.setBadge(0) 能清除角标的数字 2,用 Push API 给用户发送一条 badge = 0 的推送, 应用在前台 和后台 都 能清除角标 ## 实际效果 1,Jpush.setBadge(0) 不能清除角标的数字 2,用 Push...
## 你的运行环境 * 插件版本: * react-native 版本:0.61.5 ## 期望效果 因react-native 0.61.+ 只支持cocoaPod集成依赖库,采用Autolink的方式。 ## 实际效果 集成报错 ## 重现步骤 ![Uploading image.png…]() ## Debug logs 包括 Android 或 iOS 的日志:
ios设置别名 setAlias :{"errorCode":6014} android 设置别名 setAlias :{"errorCode":6022,"alias":"1866*******3"} 这个应该怎么处理
## 你的运行环境 iphone 6 plus : ios12.4 iphone x : ios13.2 xcode11 开发环境 * 插件版本: "jcore-react-native": "^1.7.5", "jmessage-react-plugin": "^3.1.7", "jpush-react-native": "^2.7.5", * react-native 版本: react-native 0.60.5 ## 期望效果 项目集成jpush后,可以正常获取deviceToken ,让ios可以走APNS推送...
在集成厂商通道时需要引入import cn.jpush.android.api.JPushInterface;但是在jpush-react-native中已经存在了push的jar包(jpush-android-3.9.1.jar),如果在当前项目中再次引入会冲突,请问这个怎么解决
The following two versions have been introduced into the RN project "jcore-react-native": "^1.9.1", "jpush-react-native": "^2.8.2", Then the system reported a large number of anr, and the log is as follows...
rn 版本0.59.2 平台 ios setAlias时 正常 16个及以下数字的string类型可以正常success 但是超过这个长度就是报错6009 请问为什么
"jcore-react-native": "^1.8.0", "jpush-react-native": "^2.8.0", "react-native": "0.61.5", Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_ATTrackingManager", referenced from: objc-class-ref in libjcore-ios-2.4.0.a(JCommonUtilities.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with...
现在只有dev 和 prod 我要如何开通别的channel? 我尝试了tag 和 alias 都不可以