Hey All,
I'm running into issues on iOS 8.X trying to connect to peripherals. I'm calling [self.myCentralManager connectPeripheral:self.myPeripheral options:nil] and sometimes, let's say 1 out of 5, it will just hang there for 10, 15 and sometimes 60 seconds before actually moving into the -centralManager:didConnectPeripheral: method.
Is this to be expected? Most of the time it moves within a second or two from calling connectPeripheral, but the other times it's not and it becomes very frustrating when using the app.