我正在使用Xamarin.Forms(Portable)跨平台,有两个Android和iOS项目。
我想在我的项目中集成Google Drive,Dropbox,iCloud。请建议我怎么做?
答案 0 :(得分:0)
您可以在StackOverflow
中引用以下问题,将Google云端硬盘,Dropbox和iClound集成到您的项目中。
Google云端硬盘:https://stackoverflow.com/a/39233810/4025613 Dropbox:https://www.dropbox.com/developers-v1/core/docs iCloud:https://developer.xamarin.com/guides/ios/platform_features/introduction_to_icloud/(你必须为此做一些本机代码,因为iCloud不支持Android。)
希望这对你有用。