display(in:)
Requests the system to display the App Store message in the window scene.
Declaration
@MainActor func display(in scene: UIWindowScene) throwsParameters
- scene:
The Uiwindowscene that StoreKit uses to display the App Store message.
Mentioned in
Discussion
The system displays the message if the message is applicable; for example, if the user has previously seen the same App Store message, the system may determine whether to display the message again.
For more information about using display(in:), see Message.