We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
denickman
5 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(UIApp...
- 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?
denickman
Explorer | Level 4
No, my app does not use scenes
Greg-DB
5 years agoDropbox 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?
- denickman5 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-DB5 years agoDropbox Staff
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?
- denickman5 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.
5,876 PostsLatest Activity: 7 hours agoIf 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!