<?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: iOS 9.3 Objective Dropbox Official not redirecting to login in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237975#M13173</link>
    <description>Thanks, it sounds like it is probably specific to that device then. Do you have any restrictions/parental controls enabled on that device currently by any chance?</description>
    <pubDate>Mon, 21 Aug 2017 20:07:19 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-21T20:07:19Z</dc:date>
    <item>
      <title>iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237635#M13134</link>
      <description>&lt;P&gt;In my app, I am testing a migration to v2 and the authorization works very well on the simulator. But once I run the app on my ipod (iOS 9.3), I notice that the only console message I get is&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;2017-08-18 16:57:49.804 stubhub[13374:2890161] DBSDKReachability Flag Status: -R ------- networkStatusForFlags
2017-08-18 16:57:49.805 stubhub[13374:2890161] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"
2017-08-18 16:57:49.806 stubhub[13374:2890161] -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "(null)"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the app just closes the redirect to login after a second, instead of loading the dropbox login screen. Any ideas on how I can solve this? I'm not really sure what's wrong in the device. It works fine on the simulator.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237635#M13134</guid>
      <dc:creator>CarolinaK</dc:creator>
      <dc:date>2019-05-29T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237926#M13157</link>
      <description>Thanks for the report! Those three lines should be safe to ignore. The first one is just checking the network availability, and the other two are checking for the official Dropbox app, but the "null" error means nothing is wrong.&lt;BR /&gt;&lt;BR /&gt;Can you elaborate a bit on what happens though? Is the openURL block getting called at all?&lt;BR /&gt;&lt;BR /&gt;Also, please try the DBRoulette sample app and let us know if it reproduces the same issue on that device:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/Examples/DBRoulette" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/Examples/DBRoulette&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Finally, have you tried on another device to see if it's specific to that device? Thanks in advance!</description>
      <pubDate>Mon, 21 Aug 2017 16:04:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237926#M13157</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-21T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237932#M13161</link>
      <description>Hi Greg!&lt;BR /&gt;&lt;BR /&gt;Update: I was able to login successfully on another device with iOS 10.3. What's happening is that once the app opens the url to go to the login page for dropbox (I don't have the app installed, so safari opens up by default) it just stops loading the login page and returns to my app as if I hit the back button or cancelled the request. &lt;BR /&gt;&lt;BR /&gt;As I was debugging, I noticed open URL is not getting called. It is getting called in the simulator for 10.3 and 9.3 so I'm not really sure what could be happening other than issues with the device itself. &lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response!</description>
      <pubDate>Mon, 21 Aug 2017 16:18:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237932#M13161</guid>
      <dc:creator>CarolinaK</dc:creator>
      <dc:date>2017-08-21T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237966#M13169</link>
      <description>Thanks! I haven't heard of this behavior happening before so we'll have to look into it. &lt;BR /&gt;&lt;BR /&gt;Just to confirm though, can you try the sample app on that device? It would be good to know if there's something just specific to that device, or if it's something about that combination of iOS version and your code.&lt;BR /&gt;&lt;BR /&gt;Also what version number of the SDK are you using?</description>
      <pubDate>Mon, 21 Aug 2017 19:03:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237966#M13169</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-21T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237971#M13171</link>
      <description>&lt;P&gt;I'm using v2 SDK. I cloned the master branch on github. &lt;BR /&gt;&lt;BR /&gt;Also tried to run DBRoulette with cocoapods on the troublesome device (ipod iOS model A1421 version 9.3) and it had the same issue when trying to link my dropbox account.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 19:29:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237971#M13171</guid>
      <dc:creator>CarolinaK</dc:creator>
      <dc:date>2017-08-21T19:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237975#M13173</link>
      <description>Thanks, it sounds like it is probably specific to that device then. Do you have any restrictions/parental controls enabled on that device currently by any chance?</description>
      <pubDate>Mon, 21 Aug 2017 20:07:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/237975#M13173</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-21T20:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238288#M13196</link>
      <description>&lt;P&gt;The parental controls were on!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 17:02:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238288#M13196</guid>
      <dc:creator>CarolinaK</dc:creator>
      <dc:date>2017-08-23T17:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238290#M13197</link>
      <description>Great, I'm glad to hear that's solved.&lt;BR /&gt;&lt;BR /&gt;Can you let us know what setting specifically was doing it? We can look into it to see if we can detect this scenario and expose an error message in the future.</description>
      <pubDate>Wed, 23 Aug 2017 17:27:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238290#M13197</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-23T17:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238645#M13221</link>
      <description>Unfortunately I don't have the specific restriction that was causing it, I know that once I disabled parental controls on Settings/General/Restrictions the app was able to load the external login page.</description>
      <pubDate>Fri, 25 Aug 2017 15:21:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/238645#M13221</guid>
      <dc:creator>CarolinaK</dc:creator>
      <dc:date>2017-08-25T15:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: iOS 9.3 Objective Dropbox Official not redirecting to login</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/240576#M13398</link>
      <description>For reference, I've determined that it's the "Websites" &amp;gt; "Specific Websites Only" (without Dropbox allowed) that causes this. I'll ask the team to look into making this fail with some feedback.</description>
      <pubDate>Thu, 07 Sep 2017 19:28:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-9-3-Objective-Dropbox-Official-not-redirecting-to-login/m-p/240576#M13398</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-07T19:28:56Z</dc:date>
    </item>
  </channel>
</rss>

