You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
First I'd like to thank you for the library which worked for us until now. In anticipation of iOS 8 we tried rebuilding our app in XCode 6 (6A280e) with an iOS 8 device target. However, we hit on what seems like an Auth error while replicating:
initWithOperation failed: Error Domain=CouchDB Code=401 "unauthorized: Authentication required." UserInfo=0x79a83fd0 {NSLocalizedDescription=unauthorized: Authentication required., NSUnderlyingError=0x79adcc80 "unauthorized", NSLocalizedFailureReason=unauthorized} on RESTOperation[failed GET http://xxxxxxxx.aero:5984/xxxxx-branch/iPad%20Simulator]
Strangely the replication did not fail outright, some files were synced but the error popped up a few seconds into the replication and as a result not all files would be replicated in.
This is using the same code that worked in iOS 7. We are using NSURLCredentialStorage to store the username and password for our server. Can you please give us an idea of what went wrong and what we can do to fix it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First I'd like to thank you for the library which worked for us until now. In anticipation of iOS 8 we tried rebuilding our app in XCode 6 (6A280e) with an iOS 8 device target. However, we hit on what seems like an Auth error while replicating:
initWithOperation failed: Error Domain=CouchDB Code=401 "unauthorized: Authentication required." UserInfo=0x79a83fd0 {NSLocalizedDescription=unauthorized: Authentication required., NSUnderlyingError=0x79adcc80 "unauthorized", NSLocalizedFailureReason=unauthorized} on RESTOperation[failed GET http://xxxxxxxx.aero:5984/xxxxx-branch/iPad%20Simulator]
Strangely the replication did not fail outright, some files were synced but the error popped up a few seconds into the replication and as a result not all files would be replicated in.
This is using the same code that worked in iOS 7. We are using NSURLCredentialStorage to store the username and password for our server. Can you please give us an idea of what went wrong and what we can do to fix it?
The text was updated successfully, but these errors were encountered: