Samsung's Quick Share uses Wi-Fi Aware to achieve one-to-many concurrent sharing.
Can Apple's Wi-Fi Aware achieve one-to-many concurrent sharing?
Apple's AirDrop does support one-to-many concurrent sharing.
IMPORTANT Please reply as a reply rather than as a comment. I’m not notified when you add a comment. The only reason I’m seeing your comments is because I manually check for them in threads that I’ve been working on recently.
As I explain in tip 5 of Quinn’s Top Ten DevForums Tips, comments are ‘best reserved for short messages, like “Thanks!”’.
achieves one-to-many sharing by establishing two NAN data paths (NDP) and then transmitting in parallel
My understanding is that Apple’s Wi-Fi Aware supports that model. There are limits to how many data paths you can run in parallel. I’ve not explored those myself, but you’ll get back a specific error, namely WAError.noRadioResources(_:)
, if you bump into them.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"