Posts

Post not yet marked as solved
2 Replies
76 Views
Hallo there, We are using PUSHKIT and CALLKIT for waking up and showing the calls. But I ask for something like a voip background mode here, because a lot of features of our telephone system requiring an instant answer on SIP level. Sometimes with delay for example, so its not possible to use PUSHKIT here. So my question is: "How can we run a VOIP App in background, so that we can receive and show an incoming call WITHOUT push notifications?"
Posted
by ednt.
Last updated
.
Post not yet marked as solved
0 Replies
210 Views
Hi, I wrote an app which loads a https webpage that do something like: var socket = new WebSocket('ws://localhost:31105'); I get no communication to the local running and listening app. I already tried to add some stuff to the Info.plist of the app which shows the webview: <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsLocalNetworking</key> <true/> <key>NSExceptionDomains</key> <dict> <key>localhost</key> <dict> <key>NSExceptionAllowsInsecureHTTPLoads</key> <true/> </dict> </dict> </dict> But I stil can not see any traffic. If I open the webpage in safari I can see the error that unsecure access is denied. But I can not add this stuff to a safari plist file for testing, or ... can I? It is not iOS it's macOS. Any ideas?
Posted
by ednt.
Last updated
.