David Harper wrote:
My Cocoa Application is currently in beta, and there is a single
beta tester who insists his registration code is not working. I've
extensively looked into the issue and it seems that the code works
correctly up to the if statement which simply says:
if ([validCode is
Have you actually determined that -isEqualToString: is returning NO,
or are you concluding that to be the result? Can you send him a
special version that simply has NSLog(@"%@ == [EMAIL PROTECTED] %d", validCode,
enteredCode, [validCode isEqualToString:enteredCode]) and get a
Console log back?
--
Hello,
My Cocoa Application is currently in beta, and there is a single beta tester
who insists his registration code is not working. I've extensively looked into
the issue and it seems that the code works correctly up to the if statement
which simply says:
if ([validCode isEqualToString:ente