我正在使用Google Awareness API并使用新的API来获取Snapshot Client。
我已经正确完成了所有设置,设置了所有api密钥(消息API密钥正确),权限等(也在Google信息中心成功注册了信标),所有其他快照均按预期工作,但是在获取信标时发生这种情况的快照:
09-17 11:31:40.853 16856-16944/? E/NearbyMessages: A client from GMSCore attempted to connect, but didn't set a zero party identifier. Client, you need to replace your call to addApi(Nearby.MESSAGES_API) with addApi(Nearby.MESSAGES_API, new MessagesOptions.Builder().setZeroPartyPackageName(ZERO_PARTY_PACKAGE_NAME)). We use this to keep your state separate from other GMSCore clients. [CONTEXT service_id=62 ]
09-17 11:31:40.857 16856-16856/? E/ctxmgr: [SnapshotOperation]Failure unsubscribe beacon, status=oxj: 17: API: Nearby.MESSAGES_API is not available on this device.
我当然不能做错误提示的事情,因为getSnapshotClient
在幕后做了所有的事情。
无法在线找到有关此问题的任何信息,可能是什么原因造成的?