-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android not opening the popup. Shows: [Error: Failed to bind to the service.] #146
Comments
anyone else can help out? |
please mention your working environment. |
getting exceptions in android |
with version 4.3.1 |
please install the new version 4.3.3. |
have same problem using 4.3.3 |
@MinaSamir11 facing the same issue with the latest version 4.3.3. |
please mention your working env.(package json dependancies) |
I have same problem above, i'm using ver 4.3.3 working fine on IOS, but android not show, i'm pushed on internal testing |
"dependencies": { |
@MinaSamir11 if you can help me out it will be a great favour. Thanks |
someone can help please? |
Any updates? have the same issue no pop up on android, works fine for iOS |
I have the same error on Android Emulator Version of the lib: 4.3.3 package.json dependencies: {
"dependencies": {
"@amplitude/analytics-react-native": "1.1.1",
"@apollo/client": "3.7.5",
"@hookform/resolvers": "2.9.10",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-clipboard/clipboard": "1.11.2",
"@react-native-community/datetimepicker": "6.7.5",
"@react-native-community/netinfo": "9.3.6",
"@react-native-community/push-notification-ios": "1.10.1",
"@react-native-cookies/cookies": "6.2.1",
"@react-native-firebase/analytics": "17.3.0",
"@react-native-firebase/app": "17.3.0",
"@react-native-firebase/crashlytics": "17.3.0",
"@react-native-firebase/dynamic-links": "17.3.0",
"@react-native-firebase/messaging": "17.3.0",
"@react-native-firebase/remote-config": "17.3.0",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "6.4.1",
"@react-navigation/native": "6.0.14",
"@react-navigation/stack": "6.3.5",
"@reduxjs/toolkit": "1.9.0",
"axios": "0.21.1",
"dayjs": "1.11.7",
"graphql": "16.6.0",
"i18next": "21.2.4",
"lodash.clonedeep": "4.5.0",
"prop-types": "15.8.1",
"react": "18.1.0",
"react-hook-form": "^7.39.7",
"react-i18next": "11.12.0",
"react-native": "0.70.6",
"react-native-actions-sheet": "0.8.10",
"react-native-appsflyer": "6.9.4",
"react-native-autoheight-webview": "1.6.5",
"react-native-bootsplash": "4.6.0",
"react-native-config": "1.4.11",
"react-native-device-info": "10.3.0",
"react-native-gesture-handler": "2.9.0",
"react-native-image-crop-picker": "0.39.0",
"react-native-in-app-review": "4.3.3",
"react-native-localize": "2.2.6",
"react-native-markdown-display": "7.0.0-alpha.2",
"react-native-permissions": "3.6.1",
"react-native-push-notification": "8.1.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.2",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "13.6.0",
"react-native-svg-transformer": "1.0.0",
"react-native-toast-notifications": "3.3.1",
"react-native-tracking-transparency": "0.1.2",
"react-native-webview": "11.26.1",
"react-native-wheel-pick": "1.2.0",
"react-redux": "8.0.5",
"yup": "0.32.11"
}
} |
I am also getting the same error in the emulator but when I run on the device it works fine. Please try to run the code on an actual device not on an emulator. |
I tested the last version on a physical device (Samsung Galaxy S10+, Android 12) and it does not work. Even when it runs in debug mode. Do you have any ideas/suggestions? EDIT: Check this https://stackoverflow.com/questions/63286540/play-core-in-app-review-api-not-showing-the-review-activity/65333746#65333746. I hope this information can help you. |
Any updates on this. I tried on both emulator and actual device for Android. Also I tried with production environment as well, still nothing happens on Android. |
any updates? |
Same, pop up is not showing in my android devices but i'm not getting any error either. Ran in debug mode. Both Tested on Samsung A70, Android 11 "react-native-in-app-review": "^4.3.3", Update: |
When I am creating the apk file using Android studio and installing directly on phone, in this case no popup is visible and getting "Failed to bind to the service" error in catch block. As per google, to test the in app review, we need to either use "Internal app sharing" or "Internal test track" from your play store console account. I tried using internal app sharing, and it is working. |
any one please help me out with this. IOS is working fine but not android getting error
[Error: Failed to bind to the service.]
The text was updated successfully, but these errors were encountered: