Hi, everyone.
I want to ask a questions about the canAuthenticateAgainstProtectionSpace and ddidReceiveAuthenticationChallenge. Are they private API iPhone application?
If yes, how can I modify it? And after I modify the private API of iPhone, will the iPhone reject my application?
If no, where should I put the modified code? I used to put the code within a .m file, but it did not work.
Thank you.