I have follow this tutorila to integrate Dropbox in my app
http://www.theappguruz.com/blog/ios-dropbox-integration
I had made a demo project before integrate into my main project . its working fine
When I add this code into my main project with same configuration , login page is appear and when I clicked for log in its says an error
[ERROR] DropboxSDK: credentials not saved. Make sure you call -[DBSession handleOpenUrl:] in your app delegate's application:openURL:sourceApplication:annotation: method
How I can get rid off this ?