-
Notifications
You must be signed in to change notification settings - Fork 162
iTunes Connect - shows login failed #19
Comments
Hi @paweldudek,
Every 'app icon' on iTC has this class. Can you check if that's the case for you too? Maybe it's because you don't have access to all features of iTC with that developer account. |
Hmmm, interesting, seems that I've rushed my conclusions about the root cause of this issue. So we did a little bit of digging at our company and it seems that the organizational iTunes Connect account has a different HTML code for most of screens. Here's an example for the home view:
and here's for the apps view:
Now, with all this having said I do have access for the features necessary for uploading new builds to Apple. I'll see whether I can bake a PR for this one next week. |
Okay, thanks for your help. Can you let me know how to create an "Organizational iTunes Connect" to run into this issue? I can then easier debug the issue. |
When you're enrolling for Apple Developer program you can either choose an individual account or a company/organization account. Deliver seems to be working with the first one, but the latter one seems to have a lot of issues. Initially I've attempted to tie this into our build system using provided APIs, however it seems that I can't actually complete I've played a bit with Capybara but it looks like my Ruby foo was too weak today 😉 Let me know whether I can help if any way! |
That's weird. What happens when you run |
About the apple account: I've tested it with both individual and company account, it's working fine. This has to be related to the missing icons, you only have 4 options on iTC. I'll try to create a new user with the same rights. |
Update: it looks like you have a "technical" iTC account. |
Yup, you're totally right. We've only tested this against technical accounts and it seems that was our mistake. Sorry! Nevertheless, it's a bit awkward that Apple has a different website just for technical users. |
No, that's not your mistake, don't worry, Apple is using a complete different HTML code for technical users. It's okay, since it should only affect the "Landing Screen" and not the app management area itself. |
Awesome, let me know whether I can help with anything! And for the record (and people who might stumble upon this in future) here's the error I get when doing
This might actually be unrelated to issue with technical user. Here's the stack trace:
|
That looks weird. Can you post the full stacktrace? Anything special about this app? (like only available in a few countries) |
I move this to a different issue #21 (stack trace & some additional data there). |
Alright, I fixed the issue: 832b804 Could you download the latest zip file and run |
Allright, installed |
Cool, thanks for helping me debug this issue 👍 |
No problem! Let's tackle the other one now 😉 |
This issue was migrated to fastlane/fastlane#2468. Please post all further comments there.
|
It seems that deliver fails to parse website if Apple adds an additional information alert to the top of the window.
Here's the stack trace:
See the attached screenshot. Stack and error suggest that signing fail, though the screenshot clearly states that I've been logged in 😉
I'm also attaching part of the web page source code as it might be helpful:
The text was updated successfully, but these errors were encountered: