我希望能够使用 Google 的 API 与我在 Xamarin 中构建的 iOS 应用程序中的 Google 电子表格进行通信。我熟悉 C# 但不熟悉 Obj-C,因此我使用 Xamarin (C#) 而不是 Xcode (Obj-C)。
我在下面的链接中找到了 .NET 安装说明,但它是一个仅适用于 Windows 的 .msi 文件,而且我使用的是 Mac,所以我不知道如何在 Xamarin 中安装和使用它(或者即使有可能!)。
https://developers.google.com/google-apps/spreadsheets/#setting_up_your_client_library
我在这里找到了 Obj-C 库:http ://code.google.com/p/gdata-objectivec-client/
但是,如果可以避免,我更愿意在 C#/Xamarin 中完成这一切。如果它不能完成,那很好,我只需要知道它是否可以,因为我更喜欢那样做。
如果我绝对必须通过使用 Obj-C Google 库来做到这一点,那么在主要从 Xamarin 创建应用程序时是否可行?我可能会发现任何主要的考虑或问题吗?
非常感谢任何想法或帮助,谢谢。
[Xamarin 论坛帖子:http ://forums.xamarin.com/discussion/9476/how-can-i-use-google-s-api-in-xamarin-for-an-ios-app-using-c-not -obj-c?new=1 ]