ios
ios copied to clipboard
Is the API active?
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?
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?
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.