Questions tagged [google-nearby-messages]

21 questions
3
votes
1 answer

Google nearby message cant use between Android and IOS

I used google nearby message for my app. Previously, my app was able to exchange data between Android and IOS. But lately I cannot exchange data between Android and IOS. I can not find any documentation about this. Can someone explain it to me?
khtntt
  • 33
  • 4
3
votes
0 answers

Nearby API Package for React Native

I was searching for the Nearby API package. I found 2 packages but both the packages are deprecated. Can someone please help me if they are aware of any package that is available in react native for Nearby API? I have tried below package but they…
2
votes
0 answers

Nearby.Messages API seems not to be working

I'm not being able to publish messages with Nearby.Messages, although the Subscribe method seems to be working well. I've already created new credentials for Nearby in my Google Developer Console, made sure both the SHA-1's of my computer, and the…
2
votes
1 answer

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GNSMessageManager" - NearBy native development for iOS in flutter app

Just trying to build nearby natively in flutter app throws error Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GNSMessageManager", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture…
2
votes
1 answer

" is having trouble with Google Play Services. Please try again" while usiing Google NearBy Messages API

While using google NearBy Messages API I am getting error " is having trouble with Google Play Services. Please try again" Please guide me for this issue. Below is import for Google Messaging API implementation…
Jaffar Raza
  • 176
  • 3
  • 10
2
votes
1 answer

Google NearbyMessages cocoapod generates “duplicate output file” error

I’m having a problem with NearbyMessages in Xcode 11.2. When I add pod 'NearbyMessages' and then do pod install, when I open the xcworkspace, I get a “duplicate output file” error resulting from the Assets.car that is generated by “[CP] Copy Pods…
Rob
  • 415,655
  • 72
  • 787
  • 1,044
1
vote
0 answers

The flutter nearby messages api is not working. onFound message not found

Edit: So after researching for days i decided to stop using nearby messages api because it doesn't work.. The Google also wants it Deprecated. So i used flutter_beacon to listen to messages and broadcast_beacon to send messages using the BLE…
1
vote
1 answer

Nearby messages API - publishing while screen off

I'm implementing the google Nearby messages API and I need the publications to happen even in background with the screen off. I have noticed that the messages are received even when the app that sent it isn't in the foreground but not when the…
1
vote
1 answer

Can't detect beacons with Nearby Messages API on Android 12 beta5

I'm trying to detect beacons on Android 12 beta 5 with Nearby Messages API. I did everything as it was described in the doc. My application is used for detecting beacons only. And on versions bellow android 12 everything works properly, but with…
1
vote
1 answer

Which is the best solution for nearby connection cross platform in flutter?

I am developing an application in flutter where people in the vicinity can connect to each other in a single room and exchange messages. The app should work like this: A user creates the room (Advertiser) All other users (Browser) connect to the…
John
  • 313
  • 4
  • 17
1
vote
1 answer

Distance_Type_Earshot Runtime Error, Nearby Messages API

How do I resolve a Runtime error by Distance_Type_Earshot? I'm trying to build Nearby Messages API (just the audio/earshot) into my Android application, I've even built another demo app to test it out again, but same issue. Basically, everything is…
1
vote
0 answers

Nearby Messages API does not work for applications with different bundleId

Does anyone know what has changed in the Nearby Messages API service recently and could explain the described problem? (Only iOS applications with same bundleId can communicate with each other.) I created two iOS applications with different…
krzysiek3
  • 26
  • 3
1
vote
1 answer

Can we use iOS device as rfid tag with Core NFC?

I am looking at Core NFC to figure out if it is possible to make the device itself as nfc tag? I need to read data from iOS/Android devices with iOS tag reader. If not possible, any other recommendation you guys have? I have read beacon/nearby…
ordinaryman09
  • 2,761
  • 4
  • 26
  • 32
1
vote
3 answers

Google Nearby Connections Limit to Earshot Distance?

So I am working with trying to transfer data between two phones with Google Nearby Connections. For example, say I want to transfer a variable from each phone to another and then show a toast containing the text from the other phone. I have been…
1
vote
0 answers

How to revoke Google Nearby permissions for an app?

The first time I tried to test the Google Nearby API, I saw an "Allow to use Nearby" dialog which prompted for permission and this dialog mentioned that this setting could be changed later from Settings > Google > Nearby. However this location does…
1
2