I have to communicate with more than two devices which have been working perfectly with Google NearbyAPI Connections. Now I need to secure the connection restricting the access to the cluster network. The API exposes a method to authenticate the devices, which is used with a token provided by the library, however, this token is intended to be authorized by
Tag: google-nearby
Google Nearby Messages API: Attempting to perform a high-power operation from a non-Activity Context
Calling subscribe on the Google Nearby Messages API for Android results in the Exception: My code: Note: The promise Parameter is from React Native, I’m trying to create a wrapper for the API. At the Log.d event inside my OnCompleteListener, it prints: I do have the API Key and the required Permissions (BLUETOOTH, BLUETOOTH_ADMIN) in my AndroidManifest.xml. On iOS the