是否可以在 iOS 中使用 Google 附近的消息在后台发布消息?
Is it possible to publish messages using Google Nearby Messages in the background in iOS?
有没有办法在iOS应用程序处于后台时使用Google附近的消息API发布消息?
根据附近消息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 and the CocoaPod。
有没有办法在iOS应用程序处于后台时使用Google附近的消息API发布消息?
根据附近消息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 and the CocoaPod。