Add Dropbox SDK to my app already running Chooser API, and is live on store

152 Views Asked by At

My iOS app live on store has Chooser API and its working fine. Now I want to add dropbox Upload Feature from within app.

Given that there's no Saver API for iOS, I've to user DropboxSDK (Dropbox Core API), but my app on Dropbox App Console has permission type Drop-in, and dropboxSDK wants it to be either kDBRootDropbox or kDBAppFolder.

I want to use kDBAppFolder option, so that my app can upload files in AppFolder. But on Dropbox App Console there's no way to change it.

Question:- How can I update permissions for my app on App Console?

Do I need to delete my existing app and create NEW app with proper permissions ? If so would this effect the DBChooser feature running in my app already with all those users out there ? Would it effect DBChooser feature in New Downloads from app store ?

Quick help is very much appreciated.

1

There are 1 best solutions below

4
On BEST ANSWER

You'll need to create a new app, but don't delete the old one. (Deleting the old one will break your existing app in the app store.)

Once you've created the new app with the right permission, you can switch to using the new app key everywhere in your app (in a future update).