i-bardinov / Godot-GooglePlay-InApp-Review

Godot Google Play In-App Review plugin for Godot Engine 3.4 or higher
MIT License
20 stars 6 forks source link

App crashes after calling the review #4

Open endritdev1 opened 2 years ago

endritdev1 commented 2 years ago

When I call launchReviewFlow() it crashes. Is there any way to fix this or it's just about compatibility

My Godot v3.4.3. I'm using it on my mobile without uploading it to google play if this makes any diference

ghost commented 2 years ago

When I call launchReviewFlow() it crashes. Is there any way to fix this or it's just about compatibility

My Godot v3.4.3. I'm using it on my mobile without uploading it to google play if this makes any diference

Did you solved the java singleton not found problem. I am stuck on there

matmacchi commented 9 months ago

I also encounter an application crash when I try to use directly the method launchReviewFlow(). The problem was there because the method needs to be call only once the signal on_request_review_success is trigger. I have propose some updates in the readme file for a better understanding.