We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

denickman's avatar
denickman
Explorer | Level 4
5 years ago

iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion

Hello guys. Please help. After migrating my progect to iOS sdk 13 I've got a problem. So this method is not triggered  completion handler anymore

DropboxClientsManager.authorizeFromController(UIApplication.shared, controller: self) { (url) in }

on iOS 12 it worked perfectly well. What should I have to change?

  • Greg-DB's avatar
    Greg-DB
    5 years ago

    Thanks for checking that. I've tried this on iOS 13 and it is working for me, so we'll need to keep troubleshooting this to see what's breaking in your case.

     

    To try to narrow this down though, can you step through with the debugger to see what part is or isn't running? For example, is the redirect to your app (via the URL scheme set in the plist) working, or is the `application(_ app: , open url: , options: )` method not getting called at all, or if it is, is `url` not set, or is `handleRedirectURL` not returning a value?

      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        Thanks, in that case we'll need to investigate some more. Can you let me know:

        • What version number of SwiftyDropbox are you using? If you're not already on the latest version, currently v5.1.0, please upgrade to that and try again.
        • Can you double check you have all of the steps for configuring your project and handling the authorization flow implemented as documented?
        • Do you get any warnings on any of the relevant code, or any error/output in the console during the authorization flow?

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 5 hours ago
325 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!