StoreReview.requestReview()

Please provide the following:

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

Im using “expo-store-review”: “~2.0.0”, to try to rate my app. but nothing happen when call method
try{
console.log(await StoreReview.isAvailableAsync());
console.log(await StoreReview.hasAction());
StoreReview.requestReview();

    }catch(e){
        console.log(e.message)
    }

the first two show me true but the prompt doenst appear. I Seted appStoreUrl and playStoreUrl int the app.json in Ios and Android.

1 Like

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