Post not yet marked as solved
Hi,
I'm looking for a definitive answer here: - Can we run WebRTC inside of a WKWebView in an iOS 14.4 app? Specifically looking at supporting a video meeting.
This is a 3rd level feature of the app so I'm not at the moment looking at adding a bunch of 3rd party libraries. The best solution for our app is to start a WKWebView with the URL of the meeting. Very plain.
Thank you in advance.
Post not yet marked as solved
Obviously for this to work, there has to be a local server running software to be the push provider. Where can we find that documentation?
Post not yet marked as solved
Our app will have users who spend some time in the private network and sometimes with full internet connectivity. Is there any recommended best practice for sending a push notification through both paths without duplicate notifications being shown to the user?
Post not yet marked as solved
Is it possible to run a XCUITest suite on on two diferrent connected devices simultaneously? Not simulators, but the actual devices. Looking to test VoiP features.
Post not yet marked as solved
On 10/10 we started seeing the ssl handshake negotiation for the http/2 protocol servers on the east coast start to fail with the connection being reset on our side - ssl handshake error. it happens most times, but not consitently (about 3 out of 4 failures). No code, firewall, cetificate, [fill in blank here] changes at the time the failures started. Our west coast servers (same code, certs, etc.) continue to work with out any issues. We set up a VIP to point our east coast servers to the same IP addressed on the west coast and the http/2 protocol is working without a problem.Has anybody else seen something like this recently?