Reputation: 611
I have to check if user given a Rating and Review from my app to appstore.
If once user given a (Rating and Review) in the App Store, once this done it should ask to rate app again.
Upvotes: 2
Views: 1674
Reputation: 49730
We can not check from apple side. because apple development not provide any API to check the user is given a rating and review because there is not any public id or api. but you can check from your app is user open the app rating prompt or not.
Check the Appirater that manage the app rate prompt but that manage locally once you make a rate option selection or dont want rating option selection that wont appear again.
Upvotes: 2