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.
306 stars 78 forks source link

openStoreListing() on iOS is broken #67

Closed alexandermcpherson closed 1 year ago

alexandermcpherson commented 2 years ago

Calling this function via a button opens safari on iOS with an invalid address. The url is correct apps.apple.com/app/id1096827640?action=w because I can open it in safari on my mac but in iOS Safari it doesnt open a valid url. I am setting the id correctly also with String _appStoreId = '1096827640';

britannio commented 1 year ago

@alexandermcpherson Are you testing this via the iOS simulator?

britannio commented 1 year ago

Closing as a stale issue. Reply and I'll reopen it.