kumparan / react-native-android-inapp-updates

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

No update available for checkUpdateAvailability as well as startUpdateFlow #14

Open hrsiqb opened 2 years ago

hrsiqb commented 2 years ago

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 play store (everytime with a new version). When I go to the app page on playstore, it shows the update button, but when I open my app and these functions are run, the error occurs on both functions.

image

Note: I'm using firebase DB to log errors received.

renopp commented 2 years ago

Hi @hrsiqb Have you checked the app in playstore and the app being tested have the same applicationId?

balu4131 commented 2 years ago

I am also getting the same issue