<?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: API for iOS in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/203861#M9776</link>
    <description>I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;BR /&gt;&lt;BR /&gt;    - the name and version of the platform and SDK/library you are using&lt;BR /&gt;    - the full text of any error or output, or a screenshot showing the issue&lt;BR /&gt;    - the steps to reproduce the issue&lt;BR /&gt;    - the relevant code snippet(s)</description>
    <pubDate>Wed, 25 Jan 2017 18:04:11 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-01-25T18:04:11Z</dc:date>
    <item>
      <title>API for iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/203812#M9769</link>
      <description>&lt;P&gt;Dropbox doesnt authenticate successfully when dropbox app is installed on your device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using DropBox SDK for iOS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After allowing the DropBox app to authenticate my app, the screen goes blank - but i log in succeesfully when I dont have dropbox app installed in my device.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:26:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/203812#M9769</guid>
      <dc:creator>sipho</dc:creator>
      <dc:date>2019-05-29T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: API for iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/203861#M9776</link>
      <description>I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;BR /&gt;&lt;BR /&gt;    - the name and version of the platform and SDK/library you are using&lt;BR /&gt;    - the full text of any error or output, or a screenshot showing the issue&lt;BR /&gt;    - the steps to reproduce the issue&lt;BR /&gt;    - the relevant code snippet(s)</description>
      <pubDate>Wed, 25 Jan 2017 18:04:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/203861#M9776</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-25T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: API for iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204103#M9805</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;Thank you for your quick reply.&lt;BR /&gt;&lt;BR /&gt;I'm developing an app that I want to use to access files from Original Dropbox App from my app.&lt;BR /&gt;&lt;BR /&gt;Ive managed to successfully get authorized by the Original Dropbox webview, but when I install the Original Dropbox in my device - It opens the Original Dropbox app for authorization and after allowing it to authorize, the screen goes blank and app delegate method is not triggered. Below is my code.&lt;BR /&gt;&lt;BR /&gt;//Login method&lt;BR /&gt;- (void) viewDidLoad {&lt;BR /&gt;DBSession *dbSession = [[DBSession alloc] initWithAppKey:kDBAppKey&lt;BR /&gt;appSecret:kDBAppSecret&lt;BR /&gt;root:kDBRootDropbox];&lt;BR /&gt;[DBSession setSharedSession:dbSession];&lt;BR /&gt;&lt;BR /&gt;if (![[DBSession sharedSession] isLinked]) {&lt;BR /&gt;&lt;BR /&gt;[[DBSession sharedSession] linkFromController:self];&lt;BR /&gt;} else {&lt;BR /&gt;&lt;BR /&gt;[self showActivityHud:@"Retrieving files from DropBox..."];&lt;BR /&gt;[[self restClient] loadMetadata:@"/"];&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;//AppDelegate method that is not triggered ONLY if the Original Dropbox app is installed in my device.&lt;BR /&gt;- (BOOL) application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {&lt;BR /&gt;&lt;BR /&gt;if ([[DBSession sharedSession] handleOpenURL:url]) {&lt;BR /&gt;&lt;BR /&gt;if ([[DBSession sharedSession] isLinked]) {&lt;BR /&gt;&lt;BR /&gt;NSLog(@"App linked successfully");&lt;BR /&gt;&lt;BR /&gt;[[NSNotificationCenter defaultCenter] postNotificationName:@"getDropboxRoot" object:self];&lt;BR /&gt;_isDropBoxCancelled = NO;&lt;BR /&gt;} else if ([[url absoluteString] containsString:@"cancel"]){&lt;BR /&gt;&lt;BR /&gt;[[DBSession sharedSession] linkFromController:nil];&lt;BR /&gt;&lt;BR /&gt;[[NSNotificationCenter defaultCenter] postNotificationName:@"dropboxRegistrationCancel" object:self];&lt;BR /&gt;_isDropBoxCancelled = YES;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;//In simple terms...My Simulator works perfect because it doesnt have Original Dropbox app installed in it.&lt;BR /&gt;&lt;BR /&gt;//My iPhone doesnt work since there is Original DropBox app installed.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2017 08:48:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204103#M9805</guid>
      <dc:creator>sipho</dc:creator>
      <dc:date>2017-01-27T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: API for iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204119#M9808</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;I fixed the problem.&lt;BR /&gt;&lt;BR /&gt;I changed LSApplicationQueriesSchemes to dpapi-1. Then it worked.&lt;BR /&gt;&lt;BR /&gt;Thank you for your time man. I appreciate it.</description>
      <pubDate>Fri, 27 Jan 2017 13:01:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204119#M9808</guid>
      <dc:creator>sipho</dc:creator>
      <dc:date>2017-01-27T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: API for iOS</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204163#M9814</link>
      <description>&lt;P&gt;I'm glad to hear you already sorted this out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your code though, it looks like you're using the &lt;A href="https://www.dropbox.com/developers-v1/core/sdks/ios" target="_self"&gt;old iOS Core SDK&lt;/A&gt; for the &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_self"&gt;deprecated API v1&lt;/A&gt;, which is being retired later this year. You should instead use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/objective-c" target="_self"&gt;the API v2 Objective-C SDK.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 18:51:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-for-iOS/m-p/204163#M9814</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-27T18:51:39Z</dc:date>
    </item>
  </channel>
</rss>

