ios icon indicating copy to clipboard operation
ios copied to clipboard

Is the API active?

Open Amonhen opened this issue 7 years ago • 2 comments

Hello. Yesterday evening I updated the project, the dependencies and some methods to Swift 4. Everything seems to be alright, but when oAuth is trying to authenticate, there is no response. Is the API active or changed? Are the credentials correct? Thank you?

Amonhen avatar Jan 18 '18 11:01 Amonhen

I've only updated the RealmSwift dependency to 2.8.3 and getting a similar issue - I can login but then the application crashes when I tap on authorize and won't work again when I start it up. Maybe something to do with the recent website changes?

londospark avatar May 09 '18 19:05 londospark

If you look at the RealmSwift changelog for version 3.0.0 it looks like they changed some of the API objects. I'm working on updating the code now. I don't know if that's the entire problem though, but it should be possible to compare the API calls in the iOS app with the calls in the Android app and verify it that way.

whitehat007 avatar May 24 '18 02:05 whitehat007