Re: registration code issues

2008-07-30 Thread Gregory Weston
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

Re: registration code issues

2008-07-30 Thread Kyle Sluder
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? --

registration code issues

2008-07-30 Thread David Harper
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