MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
648 stars 58 forks source link

pushing app in background #48

Closed MriduDixit15 closed 3 years ago

MriduDixit15 commented 3 years ago

when i call InAppReview.RequestInAppReview() function , pushing app to the background

MinaSamir11 commented 3 years ago

can you put what type of error you are facing ?

MriduDixit15 commented 3 years ago

on calling review function, appstate change event emitting AppState.addEventListener('change', this._handleAppStateChange) and appstate is change to background

On Mon, 31 May 2021 at 18:05, Mina Samir @.***> wrote:

can you put what type of error you are facing ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MinaSamir11/react-native-in-app-review/issues/48#issuecomment-851460887, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKG7T75MWYGWODE43EQOVCLTQN7ABANCNFSM45WOOGRA .

MinaSamir11 commented 3 years ago

I'm not understanding if it error happen or you mean that you are tracking event appState and you got that your app goes to background state if that, what is your issue if triggering UI makes the app in the background !!!!!.