简体   繁体   English

适用于iOS 8的Dropbox SDK

[英]Dropbox sdk for iOS 8

I have just found that Dropbox has updated his API's to v2 and older sdk is not working anymore. 我刚刚发现Dropbox已将他的API更新为v2,而较老的sdk不再起作用。

It has been written that system requirements for new sdk is following: 据写,新SDK的系统要求如下:

iOS 9.0+
macOS 10.10+
Xcode 8+

Does that mean, I can no longer implement it for iOS 8? 这是否意味着我无法再为iOS 8实施它? I know iOS8 is too old now and people might not be using it, just eager to know is there any way to implement it for iOS 8. 我知道iOS8现在太旧了,人们可能不会使用它,只是渴望知道有什么方法可以为iOS 8实施它。

Link to Dropbox sdk readme file: 链接到Dropbox SDK自述文件:

https://github.com/dropbox/dropbox-sdk-obj-c/blob/master/README.md#system-requirements https://github.com/dropbox/dropbox-sdk-obj-c/blob/master/README.md#system-requirements

The SDK itself doesn't support iOS 8, but you could see if any of the community SDKs satisfy your requirements: SDK本身不支持iOS 8,但您可以查看是否有任何社区SDK满足您的要求:

https://www.dropbox.com/developers/documentation/communitysdks https://www.dropbox.com/developers/documentation/communitysdks

Or, you can call the HTTPS endpoints directly: 或者,您可以直接调用HTTPS端点:

https://www.dropbox.com/developers/documentation/http/documentation https://www.dropbox.com/developers/documentation/http/documentation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM