react-native-android-inapp-updates icon indicating copy to clipboard operation
react-native-android-inapp-updates copied to clipboard

React Native implementation of the Android In-App Update API.

Results 11 react-native-android-inapp-updates issues
Sort by recently updated
recently updated
newest added

### Environment OS: Windows Platform: Android React Native Version: 0.70.9 ### Step to reproduce 1. Install both plugin into RN project: `react-native-android-inapp-updates` and `react-native-in-app-review` 2. Run the project on Android...

### Description Dropping implementation in /andriod/build.graddle `implementation 'com.google.android.play:core:1.10.0'` Causes an error "Duplicate class com.google.android.play.core.common.IntentSenderForResultStarter" mentioned in #28 ### Test Plan N/A

Hello thank you for your package, But we need an example for android and iOS in react native, Thanks,

**To reproduce:** ```sh npx react-native init inappUpdates cd inappUpdates yarn add kumparan/react-native-android-inapp-updates # use git version to apply unpublished changes cd android ./gradlew assembleRelease ``` **Error:** ```sh FAILURE: Build failed...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@gurukumparan/[email protected]` for the project I'm working on. plugin maven is removed in gradle...

error: [Error: checkAppUpdate failure: com.google.android.play.core.install.InstallException: Install Error(-10): The app is not owned by any user on this device. An app is "owned" if it has been acquired from Play. (https://developer.android.com/reference/com/google/android/play/core/install/model/InstallErrorCode#ERROR_APP_NOT_OWNED)]

Is progress of update status available ? how to check it ?

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@gurukumparan/[email protected]` for the project I'm working on. I'm getting this error when compiling...

With React Native 0.67.2 * Where: Build file '../node_modules/@gurukumparan/react-native-android-inapp-updates/android/build.gradle' line: 23 * What went wrong: A problem occurred evaluating project ':gurukumparan_react-native-android-inapp-updates'. > Plugin with id 'maven' not found.

When I run these functions (checkUpdateAvailability and startUpdateFlow), it catches an error saying "No update available". I've tried it several times by publishing my app to the internal testing of...