Bluetooth Connectivity is not working in case of bluetooth and partially working in wi-fi. Is that possible to make automatically get re-connected on multiple devices???

Bluetooth Connectivity is not working using (MCBrowserViewController/MCAdvertiserAssistant/MCSession/MCPeerID) in case of bluetooth and partially working in wi-fi. Is that possible to make automatically get re-connected on multiple devices whenever user/app come into the bluetooth range?


We are using below classes:



#import <MultipeerConnectivity/MultipeerConnectivity.h>


@interface MCManager : NSObject<MCSessionDelegate,MCAdvertiserAssistantDelegate>


@property (nonatomic, strong) MCPeerID *peerID;

@property (nonatomic, strong) MCSession *session;

@property (nonatomic, strong) MCBrowserViewController *browser;

@property (nonatomic, strong) MCAdvertiserAssistant *advertiser;

Replies

There’s been a succession of problems with Multipeer Connectivity on iOS 10. The ones I know about are listed in this thread. I believe these are finally all fixed in iOS 10.2, but this technology is supported some other DTS engineer so it’s not something I track closely.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"