在iOS应用程序处于后台时,有没有办法使用Google Nearby Messages API发布消息?
根据Nearby Messages API documentation:
The publication is active as long as the publication object exists. To stop publishing, release the publication object.
我没有发布发布对象,但是当应用程序进入后台时,应用程序似乎停止发布消息(尽管我已经打开了BLE和音频背景模式).
最佳答案 抱歉,iOS上的附近消息尚不支持后台操作.目前它只能由前台应用程序使用.
更新:iOS上的附近消息现在支持发布,订阅和信标扫描的后台模式.有关详细信息,请参阅Nearby Messages Developer Site和CocoaPod.