SKStoreReviewController requestReviewInScene: does not display review prompt in debug builds on iOS 26.5 beta (23F5043k)

[SKStoreReviewController requestReviewInScene:] no longer displays the review prompt in debug/development builds on iOS 26.5 beta (23F5043k and 23F5043g). According to Apple's documentation, the review prompt should always appear in debug builds to facilitate testing. This was working in previous iOS versions (iOS 26.4 and older).

Steps to reproduce:

  1. Run app from Xcode in debug configuration on a device running iOS 26.5 beta (23F5043k or 23F5043g)
  2. Call [SKStoreReviewController requestReviewInScene:windowScene] with a valid, foreground-active UIWindowScene
  3. Observe that the method executes without error (scene is valid per NSLog) but no review prompt appears

Expected: Review prompt should display in debug builds

Actual: No prompt appears, despite the scene being valid and foreground-active

This worked correctly on previous iOS versions (26.4) so looks like this bug was introduced in 26.5 Beta versions.

I have already filed a bug report in Feedback Assistant with number: FB22445620

The bug still exists in the latest iOS Beta version 26.5 (23F5054h).

Please submit a feedback assistant ticket at (http://feedbackassistant.apple.com). Please provide as much information as possible, ie a sysdiagnose, app apple ID, in-app apple IDs, sandbox account apple ID (if applicable), transactions IDs, steps to reproduce and other relevant details.

  • File ticket under iOS & iPadOS, macOS, tvOS, watchOS, or visionOS and ensure you select “App Store” for the question “Which area are you seeing an issue with?”
  • Categorize the type of feedback
  • Please attach all available files needed to verify

After submitting the feedback, please regularly check the ticket as we'll only communicate through it from then on.

Once you open the Feedback Assistant Ticket report, please post the FB number here for reference.

If you have any questions about filing a report, take a look at Bug Reporting: How and Why (https://developer.apple.com/forums/thread/712889)?

Thanks for the reply. I have already filed a bug report in Feedback Assistant with number: FB22445620

SKStoreReviewController requestReviewInScene: does not display review prompt in debug builds on iOS 26.5 beta (23F5043k)
 
 
Q