previousFailureCount always stays on 0 (zero)
Posted
by itai alter
on Stack Overflow
See other posts from Stack Overflow
or by itai alter
Published on 2010-05-08T21:22:00Z
Indexed on
2010/05/08
21:28 UTC
Read the original article
Hit count: 146
Hello all, First of all, I'd like to thank the good people who helped me around on this site. Thanks.
I'm trying to detect a failed authentication attempt in my app... I'm using the didReceiveAuthenticationChallenge method, and the checking if [challenge previousFailureCount] is equal to 0.
The problem is that it's always stays on zero, even if the username and password that I send with the credentials are incorrect.
I couldn't find any info about this kind of issue, any help will be much appreciated. Thanks!
© Stack Overflow or respective owner