I am working on builing an app using new ios APIs called Nearby Interaction. When i turn the app i can get location information of other devices nearby.
The problem is that i can get the information when the app is in foreground of my Iphone. But, when i let the app in the background or i terminate the app, getting information process stops.
Questions
- Is there any way to get the data when the app is in the background or terminated?
- IS there any other cases that solve this issue?
Any help would be appreciated. Thank you.