britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
327 stars 82 forks source link

openStoreListing method hangs indefinitely on iOS devices #136

Open memishood opened 1 month ago

memishood commented 1 month ago

When I call openStoreListing method for iOS devices, it hangs indefinitely on iOS devices (Android works fine)

await InAppReview.instance.openStoreListing(
        appStoreId: 'my-app-store-id',
      );

Additional context: Flutter version: 3.24.4 SDK version: in_app_review: ^2.0.9 iOS device: iPhone 14 Pro Max (iOS 18.0.1)

lukepighetti commented 6 days ago

it's hanging on requestReview as well on iOS 18