Got weird behaviour when downloading file. Everything works as expected on iPhone but when building for iPad download "hangs". As I do not really get a response I cannot give the error message.
[[client.filesRoutes downloadData:fromPathStr]
response:^(DBFILESFileMetadata *result, DBFILESDownloadError *routeError, DBRequestError *error, NSData *fileData) {
NSLog(@Reached on iPhone but not on iPad);
}];
just updated pods to last version of ObjectiveDropboxOfficial (3.0.15)...probem persists