Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-app review shows in the app and lets you submit but the review never shows in the store #68

Open
simon532 opened this issue Sep 30, 2024 · 1 comment

Comments

@simon532
Copy link

Describe the bug
In-app review shows in the app and lets you submit but the review never shows in the store

To Reproduce
Submit a review in production, the review never ends up on the store

Expected behavior
The review should end up in the store

Screenshots
N/A

@stefanhuber
Copy link

stefanhuber commented Dec 3, 2024

Unfortunately, I can confirm this behavior for iOS...

In my case I trigger the app review from a button click and use the for iOS recommended (https://developer.apple.com/documentation/storekit/requestreviewaction) approach now to open the store URL with this parameter: action=write-review. The review ends up in the store with this approach, however requires a button click.

It might be that the cause of not showing up is due to the deprecation of the SKStoreReviewController.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants