0

Refering questions

All the solutions to these question take the user to app store and leave our app. Is it possible to rate and review the app from within app like a web view. So that the user may not have to leave the app.

Please suggest

Community
  • 1
  • 1
Harshit Gupta
  • 1,200
  • 12
  • 27

2 Answers2

2

There is no alternative. Users can only rate and review through the App Store app.

Clafou
  • 15,250
  • 7
  • 58
  • 89
  • is it possible to have some call back mechnism that may take the user back to our app once he/she has finsihed rating or reviewing? like the "facebook integration."??? – Harshit Gupta Oct 11 '12 at 09:21
  • I think it's a common complaint but as it stands, with iOS6, there is nothing like that. You can launch another app (such as App Store) but that's it--no control over it and no way to detect that is has been closed down for example. Facebook integration is a different story, it's an API. All we can hope is that some day Apple will add an API to facilitate app rating/reviews from within an app. – Clafou Oct 11 '12 at 10:18
2

Currently, it's changed. You can use SKStoreProductViewController to show App Store from within an app as described in my answer here.

Community
  • 1
  • 1
deko
  • 2,534
  • 3
  • 34
  • 48