Skip to content
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

No Pop Up displayed, while app is in development mode #40

Closed
durgeshgit20 opened this issue Mar 25, 2021 · 1 comment
Closed

No Pop Up displayed, while app is in development mode #40

durgeshgit20 opened this issue Mar 25, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@durgeshgit20
Copy link

durgeshgit20 commented Mar 25, 2021

Hello,
I am using react-native-in-app-review@2.1.8 version..

while my app is in development mode ..
i just wanted to see how the dialog box is displayed in App

however nothing happens when is following code is executed in component didMount..

if(days>15 && InAppRevew.isAvailable()){
InAppReview.requestInAppReview();
}

according to the documentation ,if the application is in developement , i should atleast be able to see the pop up dialog box,right ?

help would be appreciated thanks...

@MinaSamir11
Copy link
Owner

MinaSamir11 commented Mar 30, 2021

ENV: (In development)
Not right, you can see Pop up only in iOS devices, and in android you have to integrate with package after that upload new bundle to internal testing OR production to see pop up .
Duplicated issue: #6 (comment)

@MinaSamir11 MinaSamir11 added the duplicate This issue or pull request already exists label Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants