I have a BCM207375 BLE module that I've been trying to cutomize into a beacon so that it could interact with an app on my iPhone that I developed with the CoreLocation framework. Now, I need the app on my phone to run some code to communicate with my API upon detection of the BLE beacon even if it gets killed. So, only a beacon can get the job done and not CoreBluetooth.
So, can I get my customized beacon to interact with my iPhone in the same manner as an ibeacon?