Dropbox Supported? Iphone > Iphone4 Supported?
Posted: Mon Oct 03, 2016 3:31 am
Hi
In ther AppleDelegate.m file, this code exists:
// settings for Dropbox connection (currently not supported)
#define DB_APP_KEY @""
#define DB_APP_SECRET @""
#define DB_ROOT @""
But in the SDK you also include the DropBox SDK.
Is it the connections not supported, these 3 particular variables, or Dropbox?
Also, you have this in Russian:
// после успешного входа в dropbox
// повторяем нажатие кнопки для осуществления операции переключения на dropbox
[self.viewController tabBar:self.viewController.operationTabBar didSelectItem:self.viewController.dropboxTab];
return YES;
The translation says: "After successful login, dropbox
Repeat pressing the button for the operation switch on dropbox"
Is the Dropbox commands in the SB Code the only thing needed to use Dropbox?
I guess I'm confused where you are not setting the 3 variables used by Dropbox, yet the Russian translation implies Dropbox is supported.
I'm coding for use of Dropbox to allow my user to be able to download files or a file where my app uses to update an existing file.
Also in the BASIC folder, in the Application-Prefix.ch file, two questions:
1. #import <Availability.h> - this file is missing from the SDK. Does it come from Xcode, like the UIKit file and the Foundation/ file?
2. I notice the message about iPhone support only goes to iPhone 4. Is that still the case?
I want to make sure I don't need these (Sometimes I'm too literal with my technical issues, but this is how I worked and learned during my 44-year career, and those who do not know the answers will learn as well)!
Thanks a lot.
George.
In ther AppleDelegate.m file, this code exists:
// settings for Dropbox connection (currently not supported)
#define DB_APP_KEY @""
#define DB_APP_SECRET @""
#define DB_ROOT @""
But in the SDK you also include the DropBox SDK.
Is it the connections not supported, these 3 particular variables, or Dropbox?
Also, you have this in Russian:
// после успешного входа в dropbox
// повторяем нажатие кнопки для осуществления операции переключения на dropbox
[self.viewController tabBar:self.viewController.operationTabBar didSelectItem:self.viewController.dropboxTab];
return YES;
The translation says: "After successful login, dropbox
Repeat pressing the button for the operation switch on dropbox"
Is the Dropbox commands in the SB Code the only thing needed to use Dropbox?
I guess I'm confused where you are not setting the 3 variables used by Dropbox, yet the Russian translation implies Dropbox is supported.
I'm coding for use of Dropbox to allow my user to be able to download files or a file where my app uses to update an existing file.
Also in the BASIC folder, in the Application-Prefix.ch file, two questions:
1. #import <Availability.h> - this file is missing from the SDK. Does it come from Xcode, like the UIKit file and the Foundation/ file?
2. I notice the message about iPhone support only goes to iPhone 4. Is that still the case?
I want to make sure I don't need these (Sometimes I'm too literal with my technical issues, but this is how I worked and learned during my 44-year career, and those who do not know the answers will learn as well)!
Thanks a lot.
George.