Detected 2 occurrence(s) of ‘^\s*pass(word|phrase|wd|code)*\s*(:|=|is|was)\s*[a-z0-9\-_\!]+$’: nticationMethodDefault"); } //This piece of code I put it outside the above IF for now else I never get //the NSURLAuthenticationMethodDefault challenge????? NSURLCredential *newCredential; newCredential = [NSURLCredential credentialWithUser:userName password:passWord persistence:NSURLCredentialPersistenceNone]; completionHandler(NSURLSessionAuthChallengeUseCredential, newCredential); Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$’: nticationMethodDefault"); } //This piece of code I put it outside the above […]
↧