I want to add the review from the iOS app. I have used the url and its redirecting to iTunes store, But my requirement is user can add review from the app.
Asked
Active
Viewed 68 times
1
-
2Use https://developer.apple.com/documentation/storekit/skstorereviewcontroller – Paulw11 Jan 12 '18 at 10:08
-
Import Storekit in your class and then call the function skreviewController.requestReview() whenever you want user to review. – Ashish Sharma Jan 12 '18 at 10:48