jpush-react-native icon indicating copy to clipboard operation
jpush-react-native copied to clipboard

JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。

Results 146 jpush-react-native issues
Sort by recently updated
recently updated
newest added

## 你的运行环境 react-native android * 插件版本: "jcore-react-native": "^1.8.0", "jpush-react-native": "^2.8.0", * react-native 版本: "react": "16.11.0", "react-native": "0.62.2" ## 期望效果 获取 registerID 值 ## 实际效果 按照文档配置后 registerID 一直为空 跑通example工程,但是 example工程中 registerID...

## 你的运行环境 * 插件版本: 最新版 * react-native 版本:最新版 ## 期望效果 代码里去掉非必须的权限申请,改为在文档中建议 ## 实际效果 要了很多的权限(包括但不局限于位置权限)

## 你的运行环境 * 插件版本: * react-native 版本: ## 期望效果 请把Build Phases -> Link Binary With Libraries 中的 libjpush-ios-3.3.6.a 改为 libjpush-ios-3.7.4.a ## 重现步骤 编译报错 ## Debug logs error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate...

## 你的运行环境 * 插件版本: * "jpush-react-native": "^2.8.2", * react-native 版本: "react-native": "^0.64.0", ## 期望效果 jpush-react-native 中clearNotificationById方法传参中的NotificationId 在哪里获取 在addNotificationListener 方法中只能获取到messageID 没有返回NotificationId 告诉我们你希望达到什么效果。 ## 实际效果 告诉我们实际是什么效果。 ## 重现步骤 1. ... 2. ......

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processAppTestReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed D:\projects\gitprojects\RNBaseApp\node_modules\jpush-react-native\android\build\intermediates\library_manifest\release\AndroidManifest.xml:32:5-89: AAPT: error:...

目前: JPush.init({appKey:"xxxxxx", production: true, titchannelle: "dev"}); 应为: JPush.init({appKey:"xxxxxx", production: true, channel: "dev"}); channel字段错误,导致typescript错误

## 你的运行环境 * 插件版本:2.8.7 * Installing JCore (1.9.4) * Installing JPush (2.8.7) * react-native 版本:0.66.3 ## 期望效果 能构建出 Debug 的安装包 ## 实际效果 iOS 构建 Debug 安装包的阶段中报错,Android 还没有尝试。 ## 重现步骤 运行环境:M1...

兼容添加厂商渠道导致的jar冲突并更新jpush-android.jar 到4.3.0,更改jar包引入方式

## 你的运行环境 * 插件版本: * react-native 版本:0.61.2 *jpush-react-native版本:2.7.7 *jcore-react-native版本:1.7.5 ## 期望效果 点击通知栏消息跳转到指定页面 ## 实际效果 只能启动app ## 重现步骤 1. ... 2. ... 3. ... 4. ... ## Debug logs 包括 Android...

## 你的运行环境 * 插件版本: * react-native 版本:0.64.2 "jcore-react-native": "^1.9.4", "jpush-react-native": "^2.8.7", ## 期望效果 获取getRegistrationID、使用推送 ## 实际效果 registerID:{"registerID":""} ![image](https://user-images.githubusercontent.com/32846446/130893895-a32eda53-f626-4b45-9ae9-b36b2ab8fcec.png) ## 重现步骤 1. ![image](https://user-images.githubusercontent.com/32846446/130893929-35e16dbe-fa22-4fa8-a656-c7edfa9bfae8.png) 2. ![image](https://user-images.githubusercontent.com/32846446/130893993-fb48d124-8805-4700-94b9-8c32c2339633.png) 3. ![image](https://user-images.githubusercontent.com/32846446/130894029-707572c1-1dd0-4fbe-a16a-c9f2617b54c3.png) 4. ![image](https://user-images.githubusercontent.com/32846446/130894076-37c93a92-74ee-4ecf-91b7-95454ff0a598.png) ## Debug...