showSignificantUpdateAcknowledgment(in:updateDescription:)
Displays a system-provided interface for people to acknowledge a significant app update.
Declaration
@MainActor func showSignificantUpdateAcknowledgment(in windowScene: UIWindowScene, updateDescription: String) async throwsParameters
- windowScene:
A window scene that presents the acknowledgment interface.
- updateDescription:
A clear description of what changed in your app and why acknowledgment is required.
Discussion
Call this function to inform people that your app has undergone a significant change that requires their acknowledgment. For more information on what constitutes a significant app change, refer to SignificantAppUpdateTopic.