<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433811#M22942</link>
    <description>&lt;P&gt;Hello guys. Please help. After migrating my progect to iOS sdk 13 I've got a problem. So this method is not triggered &amp;nbsp;completion handler anymore&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DropboxClientsManager&lt;/SPAN&gt;.&lt;SPAN&gt;authorizeFromController&lt;/SPAN&gt;(&lt;SPAN&gt;UIApplication&lt;/SPAN&gt;.&lt;SPAN&gt;shared&lt;/SPAN&gt;, controller: &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;) { (url) &lt;SPAN&gt;&lt;STRONG&gt;in }&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;on iOS 12 it worked perfectly well. What should I have to change?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 23:06:27 GMT</pubDate>
    <dc:creator>denickman</dc:creator>
    <dc:date>2020-07-03T23:06:27Z</dc:date>
    <item>
      <title>iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433811#M22942</link>
      <description>&lt;P&gt;Hello guys. Please help. After migrating my progect to iOS sdk 13 I've got a problem. So this method is not triggered &amp;nbsp;completion handler anymore&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DropboxClientsManager&lt;/SPAN&gt;.&lt;SPAN&gt;authorizeFromController&lt;/SPAN&gt;(&lt;SPAN&gt;UIApplication&lt;/SPAN&gt;.&lt;SPAN&gt;shared&lt;/SPAN&gt;, controller: &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;) { (url) &lt;SPAN&gt;&lt;STRONG&gt;in }&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;on iOS 12 it worked perfectly well. What should I have to change?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 23:06:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433811#M22942</guid>
      <dc:creator>denickman</dc:creator>
      <dc:date>2020-07-03T23:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433922#M22944</link>
      <description>&lt;P&gt;Does your app use "scenes"? If so, you'll need to update the redirect handling as &lt;A href="https://github.com/dropbox/SwiftyDropbox/issues/259" target="_self"&gt;discussed here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 16:00:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433922#M22944</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-01T16:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433945#M22946</link>
      <description>&lt;P&gt;No, my app does not use scenes&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:18:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433945#M22946</guid>
      <dc:creator>denickman</dc:creator>
      <dc:date>2020-07-01T17:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433972#M22947</link>
      <description>&lt;P&gt;Thanks, in that case we'll need to investigate some more. Can you let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;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.&lt;/LI&gt;
&lt;LI&gt;Can you double check you have all of the steps for configuring your project and handling the authorization flow implemented &lt;A href="https://github.com/dropbox/SwiftyDropbox#configure-your-project" target="_self"&gt;as documented&lt;/A&gt;?&lt;/LI&gt;
&lt;LI&gt;Do you get any warnings on any of the relevant code, or any error/output in the console during the authorization flow?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 01 Jul 2020 19:32:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/433972#M22947</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-01T19:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434371#M22963</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 06:43:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434371#M22963</guid>
      <dc:creator>denickman</dc:creator>
      <dc:date>2020-07-03T06:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434488#M22964</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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 &lt;A href="https://github.com/dropbox/SwiftyDropbox#ios-4" target="_self"&gt;the&amp;nbsp;`application(_ app: , open url: , options: )` method&lt;/A&gt;&amp;nbsp;not getting called at all, or if it is, is `url` not set, or is `handleRedirectURL` not returning a value?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 14:51:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434488#M22964</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-03T14:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: iOS sdk 13 DropboxClientsManager.authorizeFromController not trigger competion</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434534#M22965</link>
      <description>&lt;P&gt;I found my mistake. Thanks for helping me guys!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 16:36:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-sdk-13-DropboxClientsManager-authorizeFromController-not/m-p/434534#M22965</guid>
      <dc:creator>denickman</dc:creator>
      <dc:date>2020-07-03T16:36:42Z</dc:date>
    </item>
  </channel>
</rss>

