Questions tagged [google-nearby-messages]

21 questions
0
votes
0 answers

Flutter plugin fails to build on iOS

I've installed flutter_nearby_messages_api and there is an error when building the iOS app: Failed to build iOS app [ ] Error (Xcode): Multiple commands produce '/build/ios/Debug-iphonesimulator/Runner.app/Assets.car' [ +1 ms]…
Betty St
  • 2,741
  • 21
  • 33
0
votes
1 answer

Can you update a message on google nearby message API?

I have 2 simple questions that I did not find by reading the official documentation about google nearby message API https://developers.google.com/nearby/messages/android/pub-sub If you publish multiple messages with the publish method (on the same…
0
votes
1 answer

In Google Nearby Connections API, is there any way to keep advertise on while the app is off?

I am trying to create an app where users can see the information of other users in a nearby area(30m). I decided to use Google Nearby Connections API(P2P_CLUSTER), as I want users to be able find other users, as well as be found by other users. In…
0
votes
1 answer

Get Distance & UUID of Google Beacon

I have registered my beacon on the Google Beacon Platform and download the "Beacon Tools" android app to scan the beacon. Below I have attached its screenshot. Now I'm developing an android app for that beacon and using this app I can get…
0
votes
2 answers

Google's NearbyMessages API with only BLE Permissions is asking for Microphone Permission

I want to use Google's Nearby Messages API to publish a simple message and I want to only use BLE for it so that no Nearby Permissions dialog is required. I am creating my MessagesClient with just the NearbyPermissions.BLE flag: private…
dekaru
  • 345
  • 2
  • 10
0
votes
2 answers

Nearby Messages API namespace reserved

I am trying to implement beacon scanning with Firebase, Nearby Messages and iBeacons. I have followed Googles docs on how to set up the beacons and started a service which handles Messages. But the only response I get is: Message received:…
hboy
  • 301
  • 3
  • 17
1
2