google-nearby

Flutter- Getting and error when asking for Nearbyplaces

≡放荡痞女 提交于 2021-02-11 17:52:50
问题 Hi I want to implement Google Map and nearby Search in Flutter and I almost did it but I don't understand the error that I'm getting while trying to fetch the places near my position. I searched online but I couldn't figure it out, can anyone tell me what is wrong please. I lost almost 2h searching the web for the fix but nothing. This is the code : import 'package:flutter/material.dart'; import 'package:geolocator/geolocator.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart

max connected Endpoints with Nearby-Connections

早过忘川 提交于 2021-02-10 06:15:05
问题 I created an app with the google-nearby connections API with the strategie cluster. On googles developer page they explained, that the cluster strategie is for an M-to-N topology. But it seems that the max client count is 6 endpoints. If a 7th endoint tries to connect, on the advertiser the bluetooth crashes. Regarding to wikipedia the max connected client count in a piconet (bluetooth master/slave) should be seven. Any tips how I can connect more than 6 devices to one advertiser? I can't use

max connected Endpoints with Nearby-Connections

随声附和 提交于 2021-02-10 06:13:57
问题 I created an app with the google-nearby connections API with the strategie cluster. On googles developer page they explained, that the cluster strategie is for an M-to-N topology. But it seems that the max client count is 6 endpoints. If a 7th endoint tries to connect, on the advertiser the bluetooth crashes. Regarding to wikipedia the max connected client count in a piconet (bluetooth master/slave) should be seven. Any tips how I can connect more than 6 devices to one advertiser? I can't use

Google Nearby Connections set limit on connection distance like Nearby Messages

纵饮孤独 提交于 2021-02-07 09:47:13
问题 I'm working on an app at the moment for Android and iOS that uses Nearby Connections to communicate small amounts of data (like a string, character, or int) to other devices. I was originally looking into Nearby Messages but noticed that it needed an internet connection at all times to be able to send the messages to the google server and then to the targeted devices(s). That was not the functionality I wanted and saw that Nearby Connections was more appropriate. However, unlike Nearby

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

橙三吉。 提交于 2021-01-29 12:23:42
问题 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 x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) I tried to change build setting architecture and build phase linked binary with library as well but nothing worked for me. Info.plist file <?xml version="1.0" encoding="UTF-8"?>

Nearby Connection keeps disconnected when sending files

风流意气都作罢 提交于 2021-01-29 11:15:21
问题 I have implemented an app which allows user sending files using Nearby Connection API. But I faced problem that the connection keeps disconnected sometimes. Here is the log I got when disconnected. 12-29 10:00:37.841 1068 1148 I RilClient: initialize: commandFd is 46 12-29 10:00:37.842 1068 1148 I RilClient: start listen on fd: 23, socket name: rild-oem 12-29 10:00:37.842 1068 1098 I RmcOemHandler: requestQueryThermal Enter: -1 12-29 10:00:37.842 1068 1098 I AT : [0] AT> AT+ETHERMAL (RIL_CMD

Is it possible to grant Nearby API permissions from phone settings?

≡放荡痞女 提交于 2021-01-27 06:10:41
问题 Question Is it possible to grant Nearby API permissions from phone settings? If so, how? Does the answer vary by device API level? Read on for more context if needed :) General Background When an app targeting API level 23 or higher is installed on a device running API level 23 or higher, access to actions that required dangerous permissions can be granted or revoked by the user in two different ways: while the application is running in the foreground, where calls to requestPermissions result

Is it possible to grant Nearby API permissions from phone settings?

♀尐吖头ヾ 提交于 2021-01-27 06:09:47
问题 Question Is it possible to grant Nearby API permissions from phone settings? If so, how? Does the answer vary by device API level? Read on for more context if needed :) General Background When an app targeting API level 23 or higher is installed on a device running API level 23 or higher, access to actions that required dangerous permissions can be granted or revoked by the user in two different ways: while the application is running in the foreground, where calls to requestPermissions result

Google Nearby Messages Publish Returns 2806 Forbidden (Android - React Native)

你。 提交于 2020-12-26 06:53:06
问题 We are currently utilizing a React Native wrapper over Google Nearby Messages (repo code here). On Android everything was working until about a week ago when suddenly everytime anything is published it returns a 2806 Forbidden error with almost no context. Everything is working on the iOS side. We have been trying to solve this here: https://github.com/mrousavy/react-native-google-nearby-messages/issues/25 but we are turning to stackoverflow as we are hoping somebody has seen this and solved