Iam Working on BLE project, I got a sample project which is in this link. So when i run on my Device(iPhone 5C),
-(void) centralManager:(CBCentralManager *)central
didDiscoverPeripheral:(CBPeripheral *)peripheral
advertisementData:(NSDictionary *)advertisementData
RSSI:(NSNumber *)RSSI
is called, iam able to get peripheral name, rssi, and some basic details. but after that didConnectPeripheral
and other CBPeripheral are not called. iam using EM MicroElectronic coin Beacon. Please help me.!