Open mannprerak2 opened 5 years ago
See this for help with iOS side implementation.
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 https://github.com/google/nearby/tree/main/connections/swift/NearbyConnections/Example https://developers.google.com/nearby/connections/overview
(see also this : https://github.com/google/nearby/issues/1720 )
@Pl1997 We're stuck for now, since nearby_connections on iOS is only available via SPM, until one of these is resolved-
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
+1
+1
+1
@Pl1997 We're stuck for now, since nearby_connections on iOS is only available via SPM, until one of these is resolved-
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