Skip to main content

Posts

Showing posts from June, 2019

[iOS] [StoreKit] SKStoreReviewController - In-app Ratings & Reviews

After developing an application, the most important task Getting feedback from the users App promotion and encourage other users to use the app This both can be achieved by increasing the users comment on the app store by prompting the user to rate the app after a few days of usage(We don't want to frustrate users with continuous pop-ups) Previously, there were many libraries such as iRate, etc.  This requires users to leave the application and going to the app-store page of the application to rate/post review for the application. So most of the times user avoid this kind of pop-ups and used to dismiss it as soon as it appears. Ultimately this hits the app's ratings and reviews count. But now Apple has itself come to rescue by introducing SKStoreReviewController . By introducing SKStoreReviewController, Apple has made the rating process very easy. And to our surprise, all this happens in-app. So user can straight away rate and post comments if he wants to str