Posts

Post not yet marked as solved
1 Replies
1.8k Views
Hello,I using VoIP push notifications.In iOS 13 app crash:Apps receving VoIP pushes must post an incoming call (via CallKit or IncomingCallNotifications) in the same run loop as pushRegistry:didReceiveIncomingPushWithPayload:forType:[withCompletionHandler:] without delay.ay.I search in apple dotumentation -> IncomingCallNotifications but fail.What is IncomingCallNotifications?Please someone can help me?THX
Posted Last updated
.
Post not yet marked as solved
3 Replies
1.6k Views
Hello,My app will crashed(in special case) one sec after the start.But in xcode organizer and also in iOS device, there are no crash logs.Can you please advise where problem can be?App is allready submmited on AppStore and test can be done using strore app.THX
Posted Last updated
.
Post marked as solved
1 Replies
828 Views
Hi,Im am using StreamSockets in our VoIP application.I have problem that application do not detect when wifi signal is very weak and do not switch automaticaly to 4G network.We found this NSStreamNetworkServiceTypeCallSignaling socket service type which looks like helps to us but it is not well documented.Please can you describe, this new NSStreamNetworkServiceTypeCallSignaling enum?What will be the influence of the socket behavior, when this enum will be set on socket.This flag is available since iOS10 but there is no info in apple documetation about this enum.https://developer.apple.com/documentation/foundation/nsstreamnetworkservicetypecallsignalingThanks
Posted Last updated
.