CommunicationLimits
A type that encapsulates the communication limits for your app.
Declaration
final class CommunicationLimitsMentioned in
Overview
Obtain an AsyncSequence to handle communication permission responses after launching your app.
let responses = CommunicationLimits.current.updates
for await response in responses {
print("Received a communication permission response: \(response)")
}