


Longpoll session timeout bugĬurrently, there is a bug with iOS 10 where our longpoll requests timeout after ~6 minutes (instead of our max supported timeframe of 8 minutes (480 seconds)).įor this reason, we recommend that all longpoll calls be made using -listFolderLongpoll:timeout:, with a specified timeout values of <= 300 seconds (5 minutes), until this issue is resolved by Apple. However, there appears to be a bug with the Keychain in the iOS simulator environment where data is not persistently saved to the Keychain.Īs a temporary workaround, in the Project Navigator, select your project > Capabilities > Keychain Sharing > ON. The Dropbox Objective-C SDK currently supports Xcode 8 and iOS 10.

Migrating OAuth tokens from earlier SDKs.Please instead use one of our tagged release commits (preferrably fetched via CocoaPods or Carthage), as these commits have been more thoroughly tested. NOTE: Please do not rely on master in production. The Official Dropbox Objective-C SDK for integrating with Dropbox API v2 on iOS or macOS.
