README
An example app using MultipeerConnectivity
to transfor data wirelessly between iOS / iPadOS.
Both using Data
and Stream
to transfer data are supported.
Info.plist
The keys are Privacy - Local Network Usage Description (NSLocalNetworkUsageDescription) and Bonjour services (NSBonjourServices) (_servicename._tcp
). Check MultipeerConnectivity.swift
for more information.
Speed Test
Check SpeedTest.swift
.