I created an App using PeerNetworking to connect two iOS-Devices without existing wifi-infrastructure. In general the solution works fine but when there are many other smart devices nearby connection gets unstable and breaks, devices have to be closer together or dont connect at all. In "Lab"-conditions everything works fine. What could I do to get the connection more stable and reliable?
PeerNetworking
What specific API are you using? The Multipeer Connectivity framework?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Hi Quinn yes, I‘m using MultiPeerConnectivity.
private let session : MCSession
private var advertiser : MCNearbyServiceAdvertiser?
private var browser : MCNearbyServiceBrowser?
as described the problems come up in environments with many devices around.