ios-nearby icon indicating copy to clipboard operation
ios-nearby copied to clipboard

Results 33 ios-nearby issues
Sort by recently updated
recently updated
newest added

``` platform :ios, '7.0' pod 'NearbyMessages', '~> 0.9' link_with 'NearbyMessagesExample', 'NearbyMessagesExampleSwift' ``` so try this way ``` target 'NearbyMessagesExample' do platform :ios, '9.3' pod 'NearbyMessages', '~> 0.9' end target 'NearbyMessagesExampleSwift'...

Hello, I have got few questions in using of nearby-api. From documentation: "The server facilitates message exchange between two devices when both are associated with a common token" 1) Will...

Hi, I'm using the last version of NearbyMessages (March 2016), but it's still isn't compatible with Bitcode. When compiling with Bitcode enabled it says that `libGNSMessages.a` has not been compiled...