Is there any way to use Google Nearby Messages API to publish messages while the iOS application is in the background?
According to the Nearby Messages API documentation:
The publication is active as long as the publication object exists. To stop publishing, release the publication object.
I do not release the publication object but the app seems to stop publishing messages when it goes in the background (despite I have turned BLE and Audio background modes on).