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)