arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 10.3 in-app review!

kohtenko opened this issue · comments

This is great opportunity for Appirater to show new native dialog instead of sending to AppStore devices driven by iOS 10.3 or higher.

https://developer.apple.com/library/prerelease/content/releasenotes/General/WhatsNewIniOS/Articles/iOS10_3.html

I also think so. It will be great!

Great idea. Adding this to the 3.0 milestone.

What is the current status behind this? Is there any timeframe for version 3.0?

Sorry @gapl, no timeframe on this. I don't even do much iOS coding these days, so I'm not sure when I'll have a chance to work on this. If someone wants to send a pull request with this feature, I can merge it and push out an update to the 2.x series.

It seems that some pre-release article on 10.3 suggest that there's a limitation to requestReview(). One mentioned that regardless of your app version (even with multiple updates), it will not show more than 3 times a year. I'm not sure if this has changed.

What could be useful is the new URL parameter (action=write-review) that automatically open up "Write a Review" form. Simply have to append it to App Store URL. I'm still in the process of testing this for older version and if it works for 6.0/7.0, we no longer need to have multiple URLs for different OS version.

https://developer.apple.com/reference/storekit/skstorereviewcontroller/2851536-requestreview

@iv-mexx contributed a pull request that integrates SKStoreReviewController. @Grumps87, there is still the problem of not getting feedback from the new review UI and the limitations about how often it lets you display it, but that's another problem I'll have to think about for awhile.