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

Support 10.3 in-app rating #278

Open
sidan5 opened this issue Jan 25, 2017 · 6 comments
Open

Support 10.3 in-app rating #278

sidan5 opened this issue Jan 25, 2017 · 6 comments

Comments

@sidan5
Copy link

sidan5 commented Jan 25, 2017

Is there a plan to add this? (Heard it's working on 10.2 also)

@lewis-smith
Copy link

Adding support for this would be nice too:

To automatically open a page on which users can write a review in the App Store, append the query parameter action=write-review to your product URL.

https://developer.apple.com/reference/storekit/skstorereviewcontroller/2851536-requestreview?language=objc

@ddaddy
Copy link

ddaddy commented Mar 30, 2017

👍🏼 would like this too, to automatically default to the new behaviour when using 10.3

@DMAPro
Copy link

DMAPro commented Mar 30, 2017

I'd prefer to have an option to turn it off because of Apple's limitations (since using it isn't mandatory for now).

@EpicDraws
Copy link
Contributor

Submitted #283 to get this going.

@alexfoxy
Copy link

alexfoxy commented Apr 4, 2017

I was trying out @EpicDraws commit. Seems to work.

Does anyone know what happens if you ask for a rating on iOS 10.3 and you have already used up your allotted 3 requests?

@nicklockwood
Copy link
Owner

If you ask for a rating after the 3 requests, nothing will happen. If you want to have "request review" button in the app, you should not use SKStoreReviewController (and iRate doesn't, if you call the promptForRating method manually).

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

7 participants