Top "Multipeer-connectivity" questions

The MultipeerConnectivity framework is an iOS 7 framework for connecting to nearby peers over Bluetooth, Wi-Fi, or P2P.

Peer-to-peer network over wifi in iOS

I've been at this for a few days now, and can't seem to find a solution. I want to create …

ios iphone networking multipeer-connectivity peer
Is iOS 7 Multipeer Connectivity compatible with Android Wi-Fi Direct?

I've been looking at iOS 7's new P2P networking framework, MultipeerConnectivity, and from the description, it seems to me …

android ios bluetooth wifi-direct multipeer-connectivity
Peer to peer android and iOS with Wifi direct (multipeer connectivity?)

Well I'm working on this app to send data between android and iOS and I got it to work between …

android ios multipeer-connectivity
Convert any Data Type into NSData and back again

I'm working on an app where you can send either a text, image or a contact over Multipeer Connectivity to …

objective-c core-data ios7 nsdata multipeer-connectivity
Why does my MCSession peer disconnect randomly?

Im using MCNearbyServiceBrowser and MCNearbyServiceAdvertiser to join two peers to a MCSession. I am able to send data between them …

objective-c ios7 multipeer-connectivity
Multipeer Connectivity Not Connecting Programmatically

I am creating an iOS/macOS app that uses remote control functionality via the Multipeer Connectivity Framework. Since the device …

swift3 multipeer-connectivity ios10 macos-sierra xcode8-beta4
Reconnecting to disconnected peers

I'm using the iOS 7 Multipeer framework in my app but I'm experiencing a problem with devices disconnecting. If I open …

ios iphone bluetooth multipeer-connectivity
Multipeer Connectivity Framework - Lost Peer stays in Session

I wonder if this Multipeer Connectivity framework is ready for use in the real world, given all the bugs that …

ios session multipeer-connectivity
Multipeer connectivity for android

So I'm trying to build an app that uses iOS 7 Multipeer Connectivity framework on the iPhone, but I'm now trying …

android ios bluetooth compatibility multipeer-connectivity