Sunil Targe
Sunil Targe

Reputation: 7459

DropboxSDK: error deleting credentials in iOS SDK

I am getting this warning while accessing Dropbox APIs in iOS.

[WARNING] DropboxSDK: error deleting credentials (-25300)

Someone can you please revert me your suggestions?

Upvotes: 1

Views: 372

Answers (1)

ktv
ktv

Reputation: 62

I believe this should correspond to errSecItemNotFound from https://developer.apple.com/library/ios/documentation/Security/Reference/keychainservices/index.html#//apple_ref/c/econst/errSecItemNotFound

Indicates the credentials you are trying to access does not exist.

Upvotes: 1

Related Questions