Ble113 on Imp is not being detected by ios though Android is detecting it as ibeacon

The device code is given in link below

The fact that Android sees the BLE113 suggests that your code’s right, but that the data it’s sending isn’t being accepted by iOS for some reason. In the past, I’ve found iOS’ iBeacon detection code to have problems when programmed only to trigger on specific major and/or minor values, so I would start debugging this by checking your iBeacon-detection code.

Radius Networks’ Locate Beacon iOS app can be a useful tool for listing nearby beacons’ details. You can try and see if it will spot your BLE113 beacon and check the data it’s seeing.