xamarin / GoogleApisForiOSComponents

MIT License
225 stars 161 forks source link

Add Google Nearby Messages #185

Open rubo opened 5 years ago

rubo commented 5 years ago

Google Nearby Messages API for iOS is missing.

VS bug #732440

newky2k commented 5 years ago

@rubo I have added it as an enhancement and assigned it to @Redth

SotoiGhost commented 5 years ago

We have this component on the radar, but we don't have an ETA. If someone of the community wants to take this, community PR's are very welcome! We can help you through the process.

waletoye commented 4 years ago

It's been two years now. Any updates on this? @SotoiGhost @rubo

givod commented 3 years ago

Any update on this?

rubo commented 3 years ago

@waletoye @givod As the latest release is dated August 2018, looks like it's abandoned by Google. With this said, I see no reason for the Xamarin team to implement bindings for this. You can create bindings yourself with Visual Studio without any problems or deep knowledge of Objective-C. I'd tried so two years ago to test the library in a Xamarin app.

givod commented 3 years ago

Hello @rubo, I currently tried creating binding with objective Sharpie for this cocoapod library, when I try the command "Sharpie pod init Google Nearby Messages", it doesn't work, it takes forever, sometimes it returns with not found, I use Sharpie 3.4 on xcode 12. If you have a working binding you did, please share, cos I am way beyond my deadline. Thank you

rubo commented 3 years ago

@givod Here you go. It's the assembly only as I lost the source. As it was for testing purposes only, the namespace has been left intact. Anyway, I hope it will be helpful for you. For more details, you can check it, for example, with dotPeek.

givod commented 3 years ago

@rubo, thank you, will give it a try.