Closed jianyachu closed 11 years ago
I attempted to update the Dropbox framework included with the project to the latest one a few months ago and ran into quite a few problems with it, causing me to revert back to the previous version. I do intend to work through the issues with the latest Dropbox API but for now I recommend using the one included in the project.
Thanks, so the framework included in the project is AppStore safe right?
That's correct.
Sent from my iPhone
On Oct 25, 2012, at 10:38 PM, Joe Jia notifications@github.com wrote:
Thanks, so the framework included in the project is AppStore safe right?
— Reply to this email directly or view it on GitHub.
The TICDS master branch in on the 1.3.2 version of the Dropbox SDK and the develop branch will shortly be on the 1.3.3 version of the Dropbox SDK.
I use the sample app iOSNotebook and just change the bundle id, app key and secret. It works fine.
But when I change the DropboxSDK to 1.3.2, it just works fine only first time debug from Xcode. If I stop the debug process and than launch the app from device directly, it won't sync anything. There is a network indicator always displays in status bar never disappear, seems something stuck. Change back to original DropboxSDK in iOSNotebook seems work fine again.
My device is iPhone4(iOS 6.0), iPad2 3G(iOS 5.1.1)
Apple had rejected the apps using Dropbox before, reason http://www.techdirt.com/articles/20120501/17545618733/apple-rejecting-apps-that-use-dropbox-because-gasp-users-might-sign-up-dropbox-accounts.shtml
Do I have to using original DropboxSDK version in iOSNotebook to get it work?