Hi
We are modifying the official Wi‑Fi Aware sample app to integrate QUIC for transmission speed testing. Unfortunately, we have been unable to establish a successful QUIC connection between two iOS devices.
Could you provide a correct implementation example of using QUIC over Wi‑Fi Aware?
I have attached the iOS system logs and our modified app project for your reference in case FB22499984 .
Thanks
Since posting the above, I’ve learnt of a new issue, one that is, alas, a showstopper.
There are two ways you might use Network framework for this:
NetworkConnection— As I mentioned above, there’s a bug that prevents this from working (r. 175046087).NWConnection— I just learn about another bug that prevents this from working (r. 175046087).
So, you can’t use QUIC with Wi-Fi Aware through either Network framework API, which means you can’t use it )-:
Needless to say, this is disappointing, and we hope to fix these bugs sooner rather later. But, for the moment, there’s no way to make this work.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"