1- Did activate audio session get called in both receiveing and transmiting what the best practice to handle Playback & Recording.
2- how to playback audio after that cuse in background websocket get killed "Software caused connection abort".
Thanks in advance.ππ»
Post
Replies
Boosts
Views
Activity
How to Running CloudKit databases app with iCloud drive disabled ?
"Your CloudKit containers canβt be shown at this time. Try again later. Please file a bug and include the request ID 7c2b44e4-2bb3-4ebd-88a2-df31a872f7ef."
I am using:-
SwiftUI
Xcode 12 Beta
The code :
let pub = NotificationCenter.default
Β Β Β Β .publisher(for: NSNotification.Name.ASAuthorizationAppleIDProviderCredentialRevoked)
The error message :
Type 'NSNotification.Name' has no member 'ASAuthorizationAppleIDProviderCredentialRevoked'
What the best practice using Sign in with Apple with CloudKit?
How to implement Sign in with Apple in SwiftUI?