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
180 stars 122 forks source link

On iOS, when the app is not on Apple App Store calling LaunchReview.launch() makes the app crash. #3

Closed quentinleguennec closed 5 years ago

quentinleguennec commented 6 years ago

I didn't test this crash on Android.

harishbalasubramanian commented 5 years ago

Yeah I also have this issue on IOS

Panthro commented 5 years ago

Even when app is on appstore but calling from simulator app crashes

Purus commented 5 years ago

Thanks for reporting the issue. I couldn't test the issue as I don't have Mac/iOS.

Can you please let me know if it's possible for you to debug? I am happy to accept the pull request.

Thanks,

Purusothaman Ramanujam

On Thu, Oct 11, 2018, 5:26 PM Rafael Roman notifications@github.com wrote:

Even when app is on appstore but calling from simulator app crashes

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Purus/launch_review/issues/3#issuecomment-428927563, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBx536_0ZvGHjiBi9RD7FAKxRGd8KYcks5ujzHigaJpZM4WAKQE .

erickcchoi commented 5 years ago

flutter 0.10.2 on Android simulator/app crashes

Purus commented 5 years ago

Please try the v2.0.0 and let me if it works.

Create a new issue if you still face the issue.

Purus commented 5 years ago

Even when app is on appstore but calling from simulator app crashes

I believe this plugin does not work with iOS Simulator. As I don't have knowledge on iOS or Mac.