-
Notifications
You must be signed in to change notification settings - Fork 549
Closed
Description
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
.net 9.0.300
Description
The AppStore class is marked as experimental (
macios/src/StoreKit/SwiftAPI.cs
Line 19 in ef33fc8
| public static class AppStore { |
APL0004.
It's the recommended API for example to request App Store reviews and the documentation doesn't mention any limitations:
https://developer.apple.com/documentation/storekit/appstore
The predecessor API SKStoreReviewController.RequestReview is marked as obsolete, too:
Steps to Reproduce
Did you find any workaround?
You can suppress the warning which is not ideal.
Relevant log output
No response
dominik-weber