Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios android connection #295

Open
pfieffer opened this issue Aug 22, 2023 · 1 comment
Open

ios android connection #295

pfieffer opened this issue Aug 22, 2023 · 1 comment

Comments

@pfieffer
Copy link

pfieffer commented Aug 22, 2023

Hi there.

I have gone through some of the documentation for nearby and it was mentioned:

Under the hood, the API uses a combination of Bluetooth, BLE, and Wi-Fi technologies, leveraging the strengths of each while circumventing their respective weaknesses. This effectively abstracts the vagaries of Bluetooth and Wi-Fi across a range of platforms and OS versions, allowing developers to focus on the features that matter to their users.

across a range of platforms and OS versions, this in particular has led me to believe that android to ios connection is possible.

The discord application (though it is built on ReactNative, thats what they say on their blog) can seemlessly discover nearby ios from android device and vice versa, to be able to add discover and add friend.
They have a blog post pointing to the Nearby Connections API. Please see: https://support.discord.com/hc/en-us/articles/360014894392--Mobile-Nearby-Friends

Now me and my team have fiddled around with the sample apps and we could not discover and connect between ios and android devices.
We have tried setting the service id and connection mode to the same but with no success.

There are a few discussions on Nearby Messaging api which seems to have found a solution to android ios connection, but nearby messages is getting deprecated in December of 2023.

Can someone please point us towards how to achieve discovering nearby devices and making a connection across android and ios?

Thank you

@KRA2008
Copy link

KRA2008 commented Sep 22, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants