kumparan / react-native-android-inapp-updates

React Native implementation of the Android In-App Update API.
101 stars 15 forks source link

error #11

Closed jinalcodemonk48 closed 3 years ago

jinalcodemonk48 commented 3 years ago

error: [Error: checkAppUpdate failure: com.google.android.play.core.internal.ar: Failed to bind to the service.]

gedeagas commented 3 years ago

Hi @jinalcodemonk48 are you running the app on real device?

jinalcodemonk48 commented 3 years ago

i try with both emulator and real device

jinalcodemonk48 commented 3 years ago

i need to any file update in android folder ?

gedeagas commented 3 years ago

@jinalcodemonk48 this error is ussualy occured because the device you are using does not have Google Play Services.

Do you have any example repo that we can use to test the problem?

gedeagas commented 3 years ago

Closed due to inactivity