Hi,
I have a problem that the app crashes when using MCNearbyServiceBrowser startBrowsingForPeers on iOS14.
It occurs in the process of repeating startBrowsingForPeers and stopBrowsingForPeers of MCNearbyServiceBrowser every few seconds.
This does not occur on iOS 13 and below.
For example, it occurs when you call the following method.
Environment:
I have a problem that the app crashes when using MCNearbyServiceBrowser startBrowsingForPeers on iOS14.
It occurs in the process of repeating startBrowsingForPeers and stopBrowsingForPeers of MCNearbyServiceBrowser every few seconds.
This does not occur on iOS 13 and below.
For example, it occurs when you call the following method.
Code Block - (void)switchBrowsing { [NSTimer scheduledTimerWithTimeInterval:0.5f target:self selector:@selector(switchBrowsing) userInfo:nil repeats:NO]; [self stopBrowsingForPeers]; [self startBrowsingForPeers]; }
Environment:
iPhone XR(MT0G2J/A) running iOS 14.0 beta6
iPad 6th(MR7G2J/A) running iPadOS 14.0 beta7