Search code examples
ioswatchkitwatchosskstorereviewcontroller

Prompting for App Store Rating directly from Apple Watch


How would you go about using the SKStoreReviewController API to prompt a user to submit a 0-5 star rating directly from the app on their Apple Watch? Is that even possible or is the prompt strictly iOS only?


Solution

  • While the StoreKit framework is available on watchOS 6.2+, SKStoreReviewController is not - just iOS and macOS at this time.