This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Description
Good Morning,
I'm having a device runing iOS 13 beta 1 to test compability, but the MASUser.login doesn't work, but on the current iOS 12.3, it works just fine.
I know that the beta was released yesterday, just want to warning about the problem.
MASUser.login(with: credentials, completion: { (completed, error) in
if (!completed) {
if (error != nil) {
onError()
}
} else {
if (error == nil) {
onSuccess()
}
}
})
The completed is returning false, and the error is returning the following:
Error Domain=com.ca.MASFoundation.localError:ErrorDomain Code=-999 "SSL pinning validation failed: ensure the target domain’s MASSecurityConfiguration is correctly configured." UserInfo={NSLocalizedDescription=SSL pinning validation failed: ensure the target domain’s MASSecurityConfiguration is correctly configured., status-code=0}