I'm trying to implement SKStoreReviewController to make users rate/review within our app, instead of throwing the appstore on the screen. I wanted to auto-populate some user data in the store controller as body text(same as mail app supports to do so) but I know there are no public properties supporting to add such data in SKStoreReviewController. But my question is, is there any other way to achieve the above requirement? Please drop your comments.
Thanks in advance.