<?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 App integration overview in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323140#M407</link>
    <description>&lt;P&gt;Very helpful, thanks. I'm wondering if I can specify to use the&amp;nbsp;&lt;SPAN&gt;SFSafariViewController for app authorization flow even if the official IOS DropBox app is installed?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 21:43:09 GMT</pubDate>
    <dc:creator>brduffy</dc:creator>
    <dc:date>2019-01-14T21:43:09Z</dc:date>
    <item>
      <title>IOS App integration overview</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323102#M405</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I'm planning on integrating DropBox into my IOS (Swift) iphone app. I guess API v2 is the way to go. I don't see that the simpler "chooser" and "saver" are available for Swift.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want the interface to be as simple as possible for uploading, and downloading files in personal and shared folders. Do you think the Photos Watch Demo is a good place to start? Does the API require that DropBox is installed on the phone? My app uses a landscape view. Will the authentication or whatever other UI views presented with the API support a landscape view? Thanks &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:05:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323102#M405</guid>
      <dc:creator>brduffy</dc:creator>
      <dc:date>2019-05-29T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: IOS App integration overview</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323111#M406</link>
      <description>&lt;P&gt;We do have &lt;A href="https://www.dropbox.com/developers/chooser#ios" target="_self"&gt;a Chooser implementation for iOS&lt;/A&gt;, but as you mentioned, it's not written in Swift. You may still be able to use that in a Swift project, via a "bridging header", but that hasn't been explicitly tested, so I can't promise if that would work or offer instructions for doing so.&lt;/P&gt;
&lt;P&gt;For uploading and downloading in Swift, using API v2 via &lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_blank"&gt;SwiftyDropbox&lt;/A&gt; is probably best.&amp;nbsp;&lt;A href="https://github.com/dropbox/PhotoWatch" target="_blank"&gt;PhotoWatch&lt;/A&gt; is the official example for that, but make sure you go through &lt;A href="https://github.com/dropbox/SwiftyDropbox#table-of-contents" target="_self"&gt;the SwiftyDropbox readme&lt;/A&gt; as well.&lt;/P&gt;
&lt;P&gt;Using the&amp;nbsp;Dropbox API does not require the official&amp;nbsp;Dropbox&lt;SPAN&gt;i OS&amp;nbsp;&lt;/SPAN&gt;app to also be installed.&lt;/P&gt;
&lt;P&gt;If the official&amp;nbsp;Dropbox&amp;nbsp;&lt;SPAN&gt;iOS&amp;nbsp;&lt;/SPAN&gt;app is not installed, the app authorization flow will be handled in an SFSafariViewController inside your app, which will allow landscape mode. (The SDK doesn't have any other UI of its own; the rest of the UI is under your control.) If the official&amp;nbsp;&lt;SPAN&gt;iOS&amp;nbsp;&lt;/SPAN&gt;Dropbox app is installed, the SDK will automatically switch to that to handle the app authorization flow, and then will switch back to your app automatically afterwards. The app authorization page in the official&amp;nbsp;Dropbox iOS app does not currently support landscape&amp;nbsp;orientation though.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 19:23:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323111#M406</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-14T19:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: IOS App integration overview</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323140#M407</link>
      <description>&lt;P&gt;Very helpful, thanks. I'm wondering if I can specify to use the&amp;nbsp;&lt;SPAN&gt;SFSafariViewController for app authorization flow even if the official IOS DropBox app is installed?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 21:43:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323140#M407</guid>
      <dc:creator>brduffy</dc:creator>
      <dc:date>2019-01-14T21:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: IOS App integration overview</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323141#M408</link>
      <description>&lt;P&gt;No, unfortunately the SDK doesn't offer an option to control that,&amp;nbsp;but I'll pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 21:47:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323141#M408</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-14T21:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: IOS App integration overview</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323154#M409</link>
      <description>&lt;P&gt;Okay thanks&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 22:56:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/IOS-App-integration-overview/m-p/323154#M409</guid>
      <dc:creator>brduffy</dc:creator>
      <dc:date>2019-01-14T22:56:23Z</dc:date>
    </item>
  </channel>
</rss>

