Results 21 comments of Dan Webb

This API misuse warning is unavoidable because the Nearby Messages library supports both foreground and background BLE scanning/advertising, and therefore implements the centralManager:willRestoreState: method. Apps that don't enable BLE background...

Hi Samuel, Thanks for reaching out -- hopefully we can quickly figure out why Nearby isn't working for you. I can see from the logs that your device hasn't heard...

Samuel, I recently released two new sample apps for Nearby on iOS, including one that demonstrates background mode for pubs/subs, which you'll find here: https://github.com/googlesamples/ios-nearby/tree/master/NearbyBackgroundExample I'm hoping this will be...

Hello, I'm able to build the NearbyMessagesExample app for the simulator, and when I run 'file Pods/NearbyMessages/Libraries/libGNSMessages.a', it lists i386, armv7, x86_64, and arm64. But I'm not familiar with subspecs,...

Tom, Here's a discussion about a problem that looks similar. Is it helpful at all? https://github.com/CocoaPods/CocoaPods/issues/6309 I see that you've asked about the problem on StackOverflow. http://stackoverflow.com/questions/41992225/unable-to-create-a-cocoapod-subspec-with-a-3rd-party-dependancy-with-missing-i38 You may want...

Hello Damien, Apologies for not supplying a bitcode version of the library yet. Unfortunately it's not always as easy as a simple build option to turn it on. I will...

We just shipped [Nearby Messages v1.0.1](https://cocoapods.org/pods/NearbyMessages), which includes support for bitcode. Please give it a try and let me know if you have any problems.

Hello, The strings in the Nearby permission alert & dialog are localized to the following languages: Arabic, Catalan, Czech, Danish, German, Greek, English, Spanish, "Spanish (Latin America)", Finnish, French, "French...

Hello, Thanks for the very helpful sample app! I downloaded version_110 and reproduced the crash. The crash is caused by a missing NSMicrophoneUsageDescription entry in the Info.plist file. This entry...

Be sure to open the .xcworkspace file. If you open the .xcodeproj file, you'll get that error message.