nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 734 forks source link

Submit button disabled on SKStoreReviewController #300

Open nep2099 opened 7 years ago

nep2099 commented 7 years ago

Submit button is disabled on SKStoreReviewController after setting x star-rating. Is this an expected behaviour on Simulator/pre-release builds? Is there a way to enable this?

nicklockwood commented 7 years ago

I have no control over that dialog, but it makes sense that Apple would disable the button in debug builds, or in cases where you aren't permitted to submit a review (e.g. Because you haven't bought the app, or it's not been released yet)

Abhishek-NickelFox commented 7 years ago

@nicklockwood So we don't need to add a code ? Submit button will works automatically when in distribution?

How i get to know it working perfectly without enabling submit?

NaiyerAghaz commented 5 years ago

I have added only the code below and I see the popup of rating but submit button disable in the testing time, I hope it will enable when when app make to live. SKStoreReviewController.requestReview()

ambrusha commented 5 years ago

You can check answer here