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!