feedback-assistant / reports

Open collection of Apple Feedback Assistant reports
237 stars 2 forks source link

FB14887376: `AppStore.requestReview(in:)` is not a complete alternative to the deprecated `SKStoreReviewController.requestReview()` #544

Open sindresorhus opened 3 months ago

sindresorhus commented 3 months ago

Description

SKStoreReviewController.requestReview() is deprecated in favor of AppStore.requestReview(in:). The problem is that AppStore.requestReview(in:) requires passing in a NSViewController, and in some contexts, this is not possible. For example, a menu bar app that only has a NSMenu when you click it. It has no NSViewController that could be passed in. I suggest making the controller parameter optional.

ukushu commented 1 month ago

Also part of manual request review stoped work in macOS 15.

It is alternative, but it DOES NOT WORK even if it is not marked as deprecated functionality.

image

All that this link do now is shows product page. Without product review sheet.