You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with iOS 18 it seems that Apple deprecated SKStoreReviewController. Now every plugin and call made from SKStoreReviewController are not working. There is a replacement with AppStore.requestReview(in: scene). But from MAUI it is inaccessible.
Description
Hello,
with iOS 18 it seems that Apple deprecated SKStoreReviewController. Now every plugin and call made from SKStoreReviewController are not working. There is a replacement with AppStore.requestReview(in: scene). But from MAUI it is inaccessible.
https://developer.apple.com/documentation/storekit/appstore/3954432-requestreview/
Steps to Reproduce
Create an application
on ios18 invoke
see that application hangs.
same code on iOS 17.5 works, create a review popup or just passes quietly.
The text was updated successfully, but these errors were encountered: