We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
denickman
6 years agoExplorer | Level 4
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?
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?
6 Replies
- Greg-DB6 years ago
Dropbox Community Moderator
Does your app use "scenes"? If so, you'll need to update the redirect handling as discussed here.
- denickman6 years agoExplorer | Level 4
No, my app does not use scenes
- Greg-DB6 years ago
Dropbox Community Moderator
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?
- denickman6 years agoExplorer | Level 4
Yes, I've checked and I've had everything that you asked in last message. On iOS 12 it was working fine, but now it does not.
- Greg-DB6 years ago
Dropbox Community Moderator
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?
- denickman6 years agoExplorer | Level 4
I found my mistake. Thanks for helping me guys!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 6 hours ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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!