2

So, I am using Dropbox Core API SDK in my project and it used to work smoothly (i.e. opening Dropbox app, if installed on device, for logging in; Or opening UIWebView when dropbox app was not installed on device) right until iOS9.

In iOS9 (public beta) UIWebView is getting opened irrespective of whether the Dropbox app is installed or not!!

I searched about this issue, or a patch release in dropbox forum, but couldn't find any.

NOTE: I am suspecting it has something to do with the new privacy & securities settings added in iOS9, but there hasn't been any text regarding this in dropbox forum.

3

1 Answer 1

3

This may become an issue when Dropbox update their app for iOS9. They will also have to declare the LSApplicationQueriesSchemes entry for your app. Will they add all schemes for all apps that support dropbox? If not, then you declaring "dbapi-2" will end up as a one-way trip for the user to the Dropbox app, but not back.

1
  • 1
    It looks like the latest update has removed the restriction for openURL: and it just applies to canOpenURL:
    – K1w1Geek
    Commented Aug 26, 2015 at 23:59

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.