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
Hi Darle,
I wanted to reach out and express my admiration for your app. I've followed your setup instructions diligently, and everything works flawlessly on Android. However, I've encountered an issue when attempting to log in or sign up using the iPhone Simulator:
Foundation.NSErrorException: Error Domain=FIRAuthErrorDomain Code=17995 "An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_KEYCHAIN_ERROR, NSLocalizedFailureReason=SecItemAdd (-34018), NSLocalizedDescription=An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered} at ToDoApp.iOS.Auth.FirebaseAuthentication.RegisterWithEmailAndPassword (System.String username, System.String email, System.String password) [0x00040] in /Users/.../Projects/Xamarin-ToDoApp/ToDoApp/ToDoApp/ToDoApp.iOS/Auth/FirebaseAuthentication.cs:37
Could you please advise if there are additional steps I need to take, such as registering Certificates, Identifiers, and/or Profiles on the Apple developer account?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello @mruani I didn't test the app on iOS, but yes you will need at least a developer certificate from developer.apple.com.
To fix the problem you probably need to check Keychain in the Entitlements.plist and add Entitlements.plist for your build configuration for iPhoneSimulator.
Hi Darle,
I wanted to reach out and express my admiration for your app. I've followed your setup instructions diligently, and everything works flawlessly on Android. However, I've encountered an issue when attempting to log in or sign up using the iPhone Simulator:
Foundation.NSErrorException: Error Domain=FIRAuthErrorDomain Code=17995 "An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_KEYCHAIN_ERROR, NSLocalizedFailureReason=SecItemAdd (-34018), NSLocalizedDescription=An error occurred when accessing the keychain. The NSLocalizedFailureReasonErrorKey field in the NSError.userInfo dictionary will contain more information about the error encountered} at ToDoApp.iOS.Auth.FirebaseAuthentication.RegisterWithEmailAndPassword (System.String username, System.String email, System.String password) [0x00040] in /Users/.../Projects/Xamarin-ToDoApp/ToDoApp/ToDoApp/ToDoApp.iOS/Auth/FirebaseAuthentication.cs:37
Could you please advise if there are additional steps I need to take, such as registering Certificates, Identifiers, and/or Profiles on the Apple developer account?
Thank you in advance.
The text was updated successfully, but these errors were encountered: