<?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 Re: DBChooser is not supported iOS10.0 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBChooser-is-not-supported-iOS10-0/m-p/191970#M8462</link>
    <description>&lt;P&gt;The &lt;A href="https://www.osstatus.com/search/results?platform=all&amp;amp;framework=all&amp;amp;search=-10814" target="_self"&gt;10814 error code&lt;/A&gt; you're getting for dbapi-3&amp;nbsp;is expected when no application is installed to handle that URL scheme. That would be expected, for example, if&amp;nbsp;the&amp;nbsp;Dropbox app isn't installed (e.g., on the simulator). Is that the case in your scenario? (The&amp;nbsp;Dropbox Chooser is actually built in to the official&amp;nbsp;Dropbox app, so the official app needs to be installed for the Chooser to work.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "This app is not allowed to query for scheme" error you're getting for&amp;nbsp;dbapi-1 would be expected if you're not registered for dbapi-1 under&amp;nbsp;LSApplicationQueriesSchemes in your app's plist. You mentioned you did that, but can you double check that was entered correctly? If it's not working as expected, please share your plist so we can try to reproduce the issue.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 17:45:59 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-10-25T17:45:59Z</dc:date>
    <item>
      <title>DBChooser is not supported iOS10.0</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBChooser-is-not-supported-iOS10-0/m-p/191884#M8455</link>
      <description>In myapp-info.plist,I have added two new items with the values dbapi-1 and dbapi-3 in the&amp;nbsp;LSApplicationQueriesSchemes, and I have entered db-APP_KEY&amp;nbsp;in the URL Schemes. When I&amp;nbsp;perform &amp;nbsp;this method： [[DBChooser defaultChooser] openChooserForLinkType:DBChooserLinkTypePreview fromViewController:self.mDocListVC completion:^(NSArray *results) { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ([results count]) { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DBChooserResult *result = [results objectAtIndex:0]; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; RRSimplePublishFile *publish = [[RRSimplePublishFile alloc] initWithDropBox:result]; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; publish.transactionId = self.transactionId; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [AppNavigator pushViewController:publish animated:YES]; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } &amp;nbsp; &amp;nbsp; }]; In iOS9+,it always pop up “please install Dropbox”,and reports the error below : 2016-10-25 13:05:45.405 RenrenEstate[13541:5034403] -canOpenURL: failed for URL: "dbapi-3://1/chooser?k=j6a26dox62s9sa5&amp;amp;linkType=preview" - error: "The operation couldn’t be completed. (OSStatus error -10814.)" 2016-10-25 13:05:45.418 RenrenEstate[13541:5034403] -canOpenURL: failed for URL: "dbapi-1://chooser" - error: "This app is not allowed to query for scheme dbapi-1"</description>
      <pubDate>Wed, 29 May 2019 09:28:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBChooser-is-not-supported-iOS10-0/m-p/191884#M8455</guid>
      <dc:creator>Lijia</dc:creator>
      <dc:date>2019-05-29T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: DBChooser is not supported iOS10.0</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBChooser-is-not-supported-iOS10-0/m-p/191970#M8462</link>
      <description>&lt;P&gt;The &lt;A href="https://www.osstatus.com/search/results?platform=all&amp;amp;framework=all&amp;amp;search=-10814" target="_self"&gt;10814 error code&lt;/A&gt; you're getting for dbapi-3&amp;nbsp;is expected when no application is installed to handle that URL scheme. That would be expected, for example, if&amp;nbsp;the&amp;nbsp;Dropbox app isn't installed (e.g., on the simulator). Is that the case in your scenario? (The&amp;nbsp;Dropbox Chooser is actually built in to the official&amp;nbsp;Dropbox app, so the official app needs to be installed for the Chooser to work.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "This app is not allowed to query for scheme" error you're getting for&amp;nbsp;dbapi-1 would be expected if you're not registered for dbapi-1 under&amp;nbsp;LSApplicationQueriesSchemes in your app's plist. You mentioned you did that, but can you double check that was entered correctly? If it's not working as expected, please share your plist so we can try to reproduce the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:45:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/DBChooser-is-not-supported-iOS10-0/m-p/191970#M8462</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-25T17:45:59Z</dc:date>
    </item>
  </channel>
</rss>

