5

I recently heard about google nearby API, which supports both IOS and Android. I want to create a chat app. I want to know weather can I use this nearby api to create an app which chat between an android and IOS device (platform independent). Does this google nearby thing have this feature in it! Is that possible by any way?

Thanks in advance!

peterh
  • 11,875
  • 18
  • 85
  • 108
VinoPravin
  • 947
  • 3
  • 17
  • 32
  • 1
    'nearby messages' api is available for iOS. Just to mention it requires internet connection to establish connection. 'Nearby connection' api on the other hand serves offline. I don't think google has yet released 'nearby connection' api for iOS – EarlySun May 30 '18 at 13:52
  • 1
    Is there any solution available that allows connect and share small amount of data between Android and iOS offline (When internet not available) and online (When internet is available) both of case. Actually I am looking for the solution for both android and iOS and also with online and offline. Any suggestion / idea/ code ? – sohel.eco Oct 10 '19 at 06:49

2 Answers2

1

Using Nearby on both Android and iOS and yes, it works fine. We're having trouble getting the iOS app through Apple's review process - they don't like the use of the mic even though we don't use it explicitly, although the library does.

Martin
  • 4,711
  • 4
  • 29
  • 37
0

Yes, it is possible, you can see some sample codes here

Faruk
  • 5,438
  • 3
  • 30
  • 46