Expo.StoreReview only opens play store but no modal

Please provide the following:

  1. SDK Version:38
  2. Platforms(Android/iOS/web/all): Android

I past the last 5 hours trying to use expo request Review but i cant.

I folowed the instructions (or what i understood) so i put
i instaled expo-store-review
import * as StoreReview from ‘expo-store-review’;
it didnt work, so i instaled also expo-linking, and expo-constants

I call StoreReview.requestReview()
Im on emulator with android 7 and my smarthphone with android 10 and in both cases it opens the PlayStore url.

But never opens the modal to rate from there. On the other hand is it posible to call StoreReview.requestReview() after determinated time with the app opened?
So for example to call StoreReview.requestReview() after one hour of using the app?

(Not one hour of continuinly using the app, instead one hour total)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.