-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Swift6 Migration]Fix CallKit crash #687
[Swift6 Migration]Fix CallKit crash #687
Conversation
Public Interface
extension CGSize : Hashable public** public struct~~ public** public~~ extension CGSize : Hashable extension String : @retroactive CodingKey extension String : CodingKey extension~~ |
SDK Size
|
|
📝 Summary
Due to the recent changes of Swift 6 Migration, CallKit reporting was changed to async operation. Unfortunately, CallKit expects call reporting to happen synchronously from the moment the PushNotification has been received. (note)
☑️ Contributor Checklist