iOS / objective C / cocoapods
With api version 3.0.5, everything works file
With api version 3.0.15, I'm not able to download a file using client.fileRoutes downloadData ....
No Error (both error vars are nil)
DBFILESFileMetadata returns valid metadata (I can see correct timestamp of file)
But...
fileContents is nil *** (should contain data)
Again, it works fine on older api version but if I update using cocoapods, I get this problem.
Is this something anyone has heard of before?
Thanks,
Ernie