Search results for

ASWebAuthenticationSession cookie

1,297 results found

Post

Replies

Boosts

Views

Activity

Reply to Chrome or Chromium browser on swift app
what about macOS?. I want to run this from macOS. Apple documentation says ASWebAuthenticationSession API can be used with default web browser. I want to use this from macOS and not from iOS. Is there anyway to embed Chromium Browser from view? I tried implementing ASWebAuthenticationSession from macOS. But it always open safari as web browser even-though chrome is set as default browser
Topic: Safari & Web SubTopic: General Tags:
Feb ’20
Reply to Unable to access web view & text fields in SFSafariViewController UI test with Xcode 11.3
I think part of the problem is addressed with Xcode 11.4 beta (11N111s) and iOS 13.4 beta 1 (17E5223h). The UI automation tests are able to successfully interact with SFSafariViewController and ASWebAuthenticationSession, however, the tap event causes the text action menu (cut, copy, paste, select all) to come up and the test idles itself while that is visible. Dismissing this causes some text input to be incomplete, leading to test failures. Is anyone else experiencing the same behavior?
Feb ’20
ASWebAuthenticationSession, watchOS, and Cookies
I have an app that uses the Slack API, and I’m trying to use ASWebAuthenticationSession on watchOS 6.2 to allow for login on watchOS. I was able to display the login form and enter my username and password, then I saw this displayed:Unable to set cookie You need to enable cookies to sign in.Is this something Slack needs to account for, or is there a way for my ASWebAuthenticationSession on watchOS to enable cookies?
0
0
927
Feb ’20
CFNetwork not handling cookie attribute "SameSite=none" correctly in macOS <10.15
Google are starting to enforce stricter cookie handling in Chrome 80 next week. In researching this change it appears iOS 12 and below and macOS 10.14 and below have a core networking issue that prevents proper handling of the Samesite=none cookie attribute.It's reported that older versions of CFNetwork/Safari/Webkit erroneously handle Samesite=none as the equivalent of Samesite=strict. This might have big consequences as web service providers start using the Samesite attribute more widely.There are details in the Webkit bug 198181 (now resolved) thread here: https://bugs.webkit.org/show_bug.cgi?id=198181Part way down is a reference to a CFNetwork/NSHTTPCookie fix for this issue under rdar://problem/42290578.However, other comments indicate that this fix is unlikely to be back ported to previous macOS &amp;amp; iOS versions.Does anyone have a definitive answer as to whether iOS 11/12 and macOS 10.13/10.14 will recieve a fix for the cookie Samesite handling issue?
11
0
8.6k
Feb ’20
Reply to CFNetwork not handling cookie attribute "SameSite=none" correctly in macOS <10.15
Does anyone have a definitive answer as to whether iOS 11/12 and macOS 10.13/10.14 will recieve a fix for the cookie Samesite handling issue?You generally won’t get an answer to questions like this on DevForums. Those folks who don’t know, including myself, can only speculate. And any Apple folks who do know won’t make announcements like that here.My experience is that Apple only ships software updates for old iOS versions to deal with critical security problems. Given that, I’d be very surprised if there was fix for this for pre-iOS 13 releases.Software updates for old Mac releases have a little more latitude. If you’d like to see this bug fix (r. 42290578) on older macOS releases, you should file your own bug report requesting that.Please post your bug number, just for the record.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Feb ’20
Reply to CFNetwork not handling cookie attribute "SameSite=none" correctly in macOS <10.15
Reported as FB7586636.We now have data that shows 12.7% (>5,000) of devices (the vast majority being Apple devices) accessing our web services are likely to be affected by the samesite=none cookie handling issue.We are anxious to preserve a good user experience for these devices and to prevent web services suppliers having to reduce standard security settings for these users by unreliable means including User Agent sniffing etc.I believe it can be argued that the inability to properly handle samesite=none (& its other variations) will have a material effect on the future online security of users of older macOS & iOS versions.
Feb ’20
Safari 13 doesn't send cookies with https requests even though the cookie already exists in the browser.
We have an application that has an Iframe inside the main page. When the application launches it access the abc.com domain and creates a cookie name with abc_cookie. Then the browser address bar changed and redirects to the pqr.com and loads an iframe inside the main page. When the iframe src was set to abc.com, above abc_cookie was not sent with an HTTP request. But it was sent with safari 12. I added `SameSite=None` for the cookie but no success. How can I make this work in Safari 13 as well?
0
0
1.7k
Feb ’20
Safari unable to load appstoreconnect.apple.com but Chrome is ok!?
Suddenly Safari in my macOs High Sierra is not able to browse https://appstoreconnect.apple.com/loginIt just keep on loading. However, I can browse it with Chrome. I have tried clear Safari cache and cookie but it's still the same.Here's the screenshot of Safari and Chrome running the same address at the same time in my mac.https://i.ibb.co/GdH7jXV/Safari.jpgHow can I fix this problem?
2
0
829
Feb ’20
Universal Links not working IOS 13 PROD only
I have an app where we create a UAT build and PROD enterprise build internally. We have apple-app-site-association on two different servers. One for UAT and one for PROD. Apple Site Validator says both are good. Both apple-app-site-association are at the app root (not .well-known).On IOS 11.2.1, both UAT and PROD build work fine. Universal links work perfectly.On IOS 13.1 (or any 13+) UAT works. PROD does not work. This is the confusing part because both are using the same TEAM, profile and cert. Only difference is bundleID. Both bundleID's are all lowercase, except the team name. Both are all UPPERCASE. I verified what is in the app bundle as ID and what is in the apple-app-site-association file. Identical.Only difference I see is in the response from the server. PROD one returns cookie as part of response. This doesn't seem to bother ios 11 or 12. It might not bother ios 13. But just an observation.UAT Response Header : apple-app-site-associationHTTP/1.1 200 OKX-Backside-Transport: OK OK,FAIL FAILC
3
0
2.3k
Feb ’20
"You have no eligible Bundle IDs for iOS apps. Register one here" Cannot add New App
I cannot add New App in the App Store Connect.When I try to add it shows me error with message You have no eligible Bundle IDs for iOS apps. and offers to create new one.BUT I already have 2 not used yet App IDs. Moreover, I've tried to create one new, but it have no affect.I've read info I was able to find with the Goodle Search, but haven't found there anything works. // By the way, I confirmed all terms in corresponding App Store Connect's section; removed some not actual Apps from My Apps section; reloged in the account with Safari browser with clearing all history / cookies / caches; etc but nothing solve the problem.What to do with it? I've wrote to the apple support and them advised me to also create thread here too.Screenshot:https://i.ibb.co/Wkf4QrH/Screen-Shot-2020-03-02-at-4-11-29-PM.png
1
0
310
Mar ’20
CORS problem on all browsers with iOS 13.31
Hi,I used the browser (Safari / Edge / Chrome) on my iPhone to access my application and found that I cannot access the js resource file normally.The code snippet looks like this: <script type = 'module' src = 'main.js'>After my research, I found when requesting JS resources, since type = 'module', it became a cross-domain request. Due to cross-domain, the required cookies are missing when requesting main.js on Browser, which causes the page to not display properly.This is the test result I did on iOS 13.31 and Mac OS 10.15.3. Y means resources can be loaded normally, N means resources cannot be loaded normally. iOS 13.31Mac OS 10.15.3Edge N YChrome N YSafari N NMy question: Is this related to the browser kernel?If it is related to the kernel, is this a feature or a bug?How should we solve the problem that main.js does not load properly in these browsers?Thanks.
Topic: Safari & Web SubTopic: General Tags:
2
0
7.0k
Mar ’20
Reply to Having issues authorizing payment for Apple Developer Program
The same issue, I am from Belgium. I tried 4 cards since Thursday, it won't work. I called my bank, called my credit card issuer, they reported 0 issues. Called Apple, 30 min on the line to tell me to change browser, clear cookies, boot up back my mac, change apple id, etc... all are things I've done! I am just so so so tired.Please help 😟 😟 😟
Mar ’20
Missing cookies when 'Sign in with Apple'
Our company is rolling out the 'Sign in with Apple' feature, when deployed to our alpha env, we met a block issue: when Apple redirect back to our service, sometimes it will miss all cookies, which one is used to mark which server the original request from, Our alpha env have more than one server.There's some probability that this behavior will happen. Any of you have this situation?
Topic: Safari & Web SubTopic: General Tags:
2
0
1.1k
Mar ’20