callAsFunction(updateDescription:)
Shows the significant update acknowledgment interface.
Declaration
func callAsFunction(updateDescription: String) async throwsParameters
- updateDescription:
A clear description of what changed in your app and why acknowledgment is required.
Discussion
Call this method when you need to inform people about significant changes to your app that require their acknowledgment and consent before proceeding. For a code example, refer to showSignificantUpdateAcknowledgment.