Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

Fetch app id using bundle id when app id is not given #17

Closed w4-jeongwookpark closed 4 years ago

w4-jeongwookpark commented 4 years ago

In iOS, users must provide app ID to open the App Store page. This PR helps users to automatically get app ID from bundle ID so that users are not required to provide their app ID.

Please take a look. Thanks!