Skip to content

The AppStore class is incorrectly marked as experimental #23323

@markuspalme

Description

@markuspalme

Apple platform

iOS

Framework version

net9.0-*

Affected platform version

.net 9.0.300

Description

The AppStore class is marked as experimental (

public static class AppStore {
) with 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:

Image

Steps to Reproduce

Did you find any workaround?

You can suppress the warning which is not ideal.

Relevant log output

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions