I'm in the process of developing an iOS app that uses iBeacons. I understand that my app can get woken up to the background when an enter event is triggered (when the iPhone detects a iBeacon with a certain UUID). Can I use this to send back a beacon signal myself? (All while the phone is locked)
I know that my app would only have a few seconds in the background after being woken up by the enter event, but normally this should be enough time to send a beacon signal.
Any help is highly appreciated. Thanks in advance.