Search code examples
iphoneiosobjective-cuiwebviewitunes

Open iTunes reviews tab inside the app


I know there are so many posts talking about this issue. I was trying to do this but didn't get a good result. I can open iTunes inside the app using SKStoreProductViewController, but I can't open the reviews tab directly, and I can do that with the function openURL but I have to leave my app and go to the app store.

Basically my question is if someone know about an app doing that, I would like to know if that's possible, probably you don't have a solution but I just want to know if you saw that before, so I can take a look and try to understand how to do it, probably with a tricky solution (like using UIWebView or something like that, I didnt get a good result with that).

UPDATE:

Im asking for a solution to open iTunes and reviews tab directly WITHOUT LEAVING MY APP.

or

The name of any game doing that, to understand what's doing.

Thanks


Solution

  • This is not possible for IOS 10.2 or lower.

    Now iOS 10.3 introduces SKStoreReviewController component to rate the app directly from your app.

    https://developer.apple.com/reference/storekit/skstorereviewcontroller