Native cellular call fails on VoIP incoming call in iOS 13

百般思念 提交于 2019-12-04 12:43:11

This is probably an iOS 13 bug and, if you haven't already done it, you should report it to Apple.

I think that the reason why apps like Whatapp (and the one I develop) are working, is that we build the app against the iOS 12 SDK. We do this because of the limitations of VoIP push notifications introduced in iOS 13. So, you can try to work around the issue—at least until April 2020—building against the iOS 12 SDK. Hopefully, Apple we'll soon fix this issue.

I think you can see apple latest video https://developer.apple.com/videos/play/wwdc2019/707 about this issue If solve it please ping thanks https://github.com/saroar

@Max I have faced the same issue that you faced in iOS version 13.0 to 13.2.0.

As many developers have reported this issue to Apple. The latest iOS version that released last week(iOS 13.2.2) has this bug resolved. So, now instead of building from older SDK, you can start working with latest SDK and xCode 11.2.1.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!