ios-nearby
ios-nearby copied to clipboard
If so, are there any SwiftUI examples or any plans on making one? I really want to incorporate nearby in my iphone app but I'm running into compatibility issues. If...
how can we block the previous published messaged?
Would love to be able to use Nearby Messages in my tvOS app as well. Thanks.
The nearby sdk runs very well both simulator and device, but when I try unit test, the linker got an error below: ld: illegal text-relocation to '_kZipBeaconV3ServiceID' in /Users/baizhe/Library/Developer/Xcode/DerivedData/MyTeksi-fmtwanojygcmibhckitjhwjghnll/Build/Intermediates/CodeCoverage/Products/Testing-iphonesimulator/MyTeksi.app/MyTeksi from...
In Android there is a function which can filter the google nearby messages for a particular Eddystone or iBeacon id. i.e. ``` MessageFilter messageFilter = new MessageFilter.Builder() .includeEddystoneUids(MY_EDDYSTONE_UID_NAMESPACE, null /*...
Hi, I was pleased to see that Nearby can now operate in the background on iOS. However, I'm having trouble getting it to work as expected. When I initially set...
Eddystone EID beacon is not detecting on Beacon tools app . Could it be the reason that my Eddystone UID service is not correct.
I'm looking for a license for Google Nearby APIs for iOS. I found one for android in the library's `.pom` file but I can't find anything for iOS.
Hi, I ran the sample code on a iPhoneX and a iPhone6S, both running on iOS11, it worked fine on foreground, but both devices couldn't be detected after entering background...
When I run the sample code as is on a simulator running on Xcode 9 and ios11, the code crashes always with BAD_ACCESS. A sample trace is as below: 0...