I would like to have advice on how to make an application that uses ibeacon technology on ios 7.1.
The scenario of the application is simple: Many people have the same application installed on their phones. Whenever two (or more) users are close (in the same room, for example) they are notified. ("Hello user1, user2 is next to you" and "Hello user2, user1 is near you"). Phones may be in the pocket.
Here are my questions:
1- I think Core Bluetooth framework is sufficient for me, but several examples are mixing the use of this framework with Core Location framework. Can you confirm for my scenario, Core Location is not required?
2- In my case, each "phone" would be both beacon and Peripheral, I think it could cause problems... Is it a misuse of the original purpose of the framework?
3- Finally, I summarized the constraints Foreground / Background / Closed app in the diagram below. Is my interpretation right or wrong ?
Thank you in advance for your advice!