I want to create an app that acts as a bluetooth beacon. From what I have done so far:
- I can only advertise a iBeacon format data
- I can only advertise if my app is in the foreground
first of all, is this true? or can I advertise any raw format?
secondly, apple documentation says it will not advertise when the app is in the background due to performance reasons, etc. but, my app can be distributed as an enterprise solution to my company, and these usability reasons are not that much of a concern - so, is there a way to advertise the discovery information in the background in my case?
rv