【发布时间】:2017-06-26 23:59:28
【问题描述】:
我正在使用 Xamarin.Forms(便携式)跨平台,有两个项目 Android 和 iOS。
我想在我的项目中集成 Google Drive、Dropbox、iCloud。请建议我该怎么做?
【问题讨论】:
标签: android ios xamarin.forms integration
我正在使用 Xamarin.Forms(便携式)跨平台,有两个项目 Android 和 iOS。
我想在我的项目中集成 Google Drive、Dropbox、iCloud。请建议我该怎么做?
【问题讨论】:
标签: android ios xamarin.forms integration
您可以参考StackOverflow 中的以下问题,将 Google Drive、Dropbox 和 iClound 集成到您的项目中。
Google 云端硬盘:https://stackoverflow.com/a/39233810/4025613 投递箱:https://www.dropbox.com/developers-v1/core/docs iCloud:https://developer.xamarin.com/guides/ios/platform_features/introduction_to_icloud/(您必须为此编写一些本机代码,因为 iCloud 不支持 Android。)
希望这对你有用。
【讨论】: