简体   繁体   中英

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.

It has been written that system requirements for new sdk is following:

iOS 9.0+
macOS 10.10+
Xcode 8+

Does that mean, I can no longer implement it for 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.

Link to Dropbox sdk readme file:

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:

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

Or, you can call the HTTPS endpoints directly:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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