-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement iOS side #4
Comments
See this for help with iOS side implementation. Note: For hacktoberfest, you can submit as many PR's on this as you want (As this is not a trivial issue). |
Any news for this? |
Hi @mavyfaby, currently I am unable to pursue this due to lack of time. |
Hello ! It appears that the nearby connections API now supports iOS (see recently updated docs)... Does this open any new bright future about this subject ? Thank you ! |
@Pl1997 can you send me the link? Is it possible you are talking about the nearby messaging API instead? |
Thank you for your interest ! Here are the links, the related support section appeared only very recently (see also this : google/nearby#1720 ) |
@Pl1997 |
We could have an option here https://developers.google.com/nearby/messages/ios/migrate-to-nc?hl=tr |
@anilari Yeah this needs the nearby connections library. We can't yet expose this as a plugin, since the iOS flutter build will only resolve cocoapod dependencies (while this requires SPM) |
I found a workaround here, https://stackoverflow.com/questions/65864229/build-error-when-adding-a-dependency-using-swift-package-manager-in-xcode-for-a will try to do it with an example plugin. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Hello ! I found this, would it possibly help ? |
Hi @Pl1997 I'm not sure since I don't have much experience working with SPM or CocoaPods. Would really appreciate a PR if you can help. |
Hello ! Unfortunately I don't have any either, I really don't have the skills to submit a PR.... So sorry !! |
Currently, this library supports only android to android communication.
It is possible to add iOS to iOS communication to this plugin
using the MultipeerConnectivity library for iOS
Any help to achieve this will be appreciated.
EDIT 1:
This might become a better option in the future https://github.com/google/nearby/tree/main/connections/swift/NearbyConnections/Example
The text was updated successfully, but these errors were encountered: