While on the login page, i'm entering my apple-id.
The loading spinner stops spinning for 5-10 seconds, and then the "Can't verify your identity" message appears. However, I can still connect to developers apple com and any other services, except this one.
I've opened the Javascript console, and there are endless repeating messages like this:
SecurityError: Blocked a frame with origin "appstoreconnect.apple.com" from accessing a cross-origin frame. Protocols, domains, and ports must match.
Any ideas on how to fix this?
Post
Replies
Boosts
Views
Activity
Hello, Not sure if I'll get the answer here, but I'll try anyway. So, I'm trying to capture a screenshot of WKWebView content, and all works fine.However, I've noticed that some pages have <canvas> tag which is used to render some interactive content. Like some playable ads or so.In that case, my screenshots didn't capture that content. All other HTML elements are on the screenshot. Also, the same issue with the video content.I've tried different methods, even using OpenGL for grabbing the screen buffer pixels. No luck.Is there any way to capture the screenshot somehow? Or grab the pixels directly from GPU?Thanks in advance.