pCloud / pcloud-sdk-swift

The official pCloud Swift SDK for iOS and macOS for integration with the pCloud API.
MIT License
22 stars 7 forks source link

Login issue in macOS 10.11 #6

Closed Alex-C-Eltima closed 4 years ago

Alex-C-Eltima commented 4 years ago

Hello,

We are using your SDK to connect to pCloud from CloudMounter app, and have the following behavior, when trying to connect under macOS 10.11:

image

Any suggestion will be appreciated.

tmpit commented 4 years ago

Hey, from the screenshot it looks like the web page doesn't fully load. I just tried going through authorization in a sample macOS app and the web page loaded fine. Can you tell me which version of the SDK you are using and if this only happens under macOS 10.11? Also, since when were you observing this behaviour?

Alex-C-Eltima commented 4 years ago

Hello, thank you for reply.

We are using latest release version of your SDK 3.0.0, but it also occurs on the earlier versions, and happens only under macOS 10.11.

We can't exactly specify since when this behavior occurs, as it was working correctly when we added support of pCloud to our app. Last week one of our users reported this problem in outdated version of our app, that used earlier version of your SDK. And after that we confirmed it on the latest version as well.

tmpit commented 4 years ago

Thanks for the info. I managed to reproduce this today. The JavaScript code fails and that's why the page stops loading. I've forwarded this to our web team and will post here again when it's fixed.

tmpit commented 4 years ago

@Alex-C-Eltima, a fix has been deployed and the page now loads correctly under macOS 10.11. I am closing the issue.