diff --git a/Classes/ReportDownloadOperation.m b/Classes/ReportDownloadOperation.m index 044bd344..c35fb142 100644 --- a/Classes/ReportDownloadOperation.m +++ b/Classes/ReportDownloadOperation.m @@ -250,7 +250,7 @@ - (void)main NSString *ittsBaseURL = @"https://itunesconnect.apple.com"; NSString *ittsLoginPageAction = @"/WebObjects/iTunesConnect.woa"; - NSString *signoutSentinel = @"name=\"signOutForm\""; + NSString *signoutSentinel = @"Sign Out"; NSURL *loginURL = [NSURL URLWithString:[ittsBaseURL stringByAppendingString:ittsLoginPageAction]]; NSHTTPURLResponse *loginPageResponse = nil;