I'm working on integration SwiftyDropbox with my iOS app, it works fine in simulator get file list, download and upload, unfortunately not in device (an iPad).
After success login, tried to get folder content(client.files.listFolder) the response will takes couple minutes after that I got "Http Error:"
I'm sure it wasn't the internet connection issue. I've tested use different network. it seems I got no response from API.
I tried the demo, SwiftyTest and got the same result. it works in simulator only.
did I miss something on setup?
Any help is appreciated. Thanks