Search results for

ASWebAuthenticationSession cookie

1,299 results found

Post

Replies

Boosts

Views

Activity

Reply to Having issues authorizing payment for Apple Developer Program
I also can’t pay for a long time. Support responds with general phrases like try a different payment method, contact the bank, clear cookies, etc. If you follow all their advice (of course, none of this worked), then they simply begin to ignore my email replies and new appeals.You can easily pay with a card in the appstore. My bank says that no withdrawal requests have been received for enrollment, although support assures that they are trying to withdraw and cannot do this. Judging by the huge number of posts here and in other forums, the problem has existed since the end of 2019 and seems no one cares from apple.It's so annoying
May ’20
How to get Password AutoFill to work with ASWebAuthenticationSession?
I have a sample HTML form that follows the password auto-fill requirements. When navigating to the web page without the app, using the built-in Safari app, the native Password AutoFill dialogs for the login and signup forms correctly show:However, when viewed within the app, the same flow does not trigger the dialog in neither the login or signup submission. It simply dismisses the login/signup screen without any error.This is how my view controller looks like:class ViewController: UIViewController { @IBAction func didTapLoginButton() { let session = ASWebAuthenticationSession( url: URL(string: https://example.com/login.html)!, callbackURLScheme: customscheme) { print($0, $1) } session.prefersEphemeralWebBrowserSession = true session.presentationContextProvider = self session.start() } } extension ViewController: ASWebAuthenticationPresentationContextProviding { func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor { view.window! } }Is there a way to
5
0
2.4k
May ’20
Reply to How to get Password AutoFill to work with ASWebAuthenticationSession?
Take a look the password AutoFill Suggestion in the QuickType keyboard suggestion when you tap into one of your username/password fields in ASWebAuthenticationSession. If you have a saved device account in your keychain available for this site, you should see a QuickType keyboard suggestion or a key button to navigate accounts for this domain. What you will not see is the Blue Button that pops up from the bottom of the device suggesting this account for this domain. Matt EatonDTS Engineering, CoreOSmeaton3 at apple.com
Topic: App & System Services SubTopic: Core OS Tags:
May ’20
WKWebView Data:" WKWebsiteDataRecord, WKWebsiteDataStore"
How can I use the webSQL in the web application that used the WKWebView?In the Apple documentation of the WebKit framework explain that WKWebView supports the WebSQL.WKWebsiteDataStoreA WKWebsiteDataStore object represents various types of data used by a chosen website. Data types include cookies, disk and memory caches, and persistent data such as WebSQL, IndexedDB databases, and local storage.Thanks in advance
2
0
2.0k
Jun ’20
Reply to Having issues authorizing payment for Apple Developer Program
Hello from Bulgaria,I have same problem. They asked to give them order numbers with the card I use and then I got the answer below:Hello Emil,Thank you for your reply and the information provided. We were not able to find a resolution to the payment issue in our investigation. Apple Developer purchase. Please contact your financial institution for more information. If you cannot resolve the issue through your financial institution and have received confirmation from Apple that your order could not be completed, you may place a new order using a different payment method. To prevent further issues, please follow these steps:• Use the latest version of Safari and clear cache and cookies before accessing the payment page.• Before placing the new order, notify your financial institution that you are expecting a charge from Apple and confirm that your billing information is accurate.• Be sure to use a payment method that is accepted for developer purchases in your region, as presented during the purchase p
Jun ’20
What's causing this 404 error for Apple Pay in-app provisioning?
I'm working to kickstart 'add to wallet' from inside a banking app. I need help understanding why the below request (I've redacted for security before posting) is resulting in the error seen:default 12:20:21.855401+1000 PassbookUIService Performing request:GET https://nc-pod2-smp-device.apple.com:443/broker/v4/devices/042142AB8C43800172352079BE12E5E8241E4/issuerProvisioningCertificates?encryptionVersion=PKEncryptionSchemeECC_V2{Accept-Language = en-AU;Authorization = AppleToken 000603-05-a2a1cb73-3b1f-4dd2-95d9-056191f4be70:AAAABLwIAAAAAF7Y49QRCmdzLnBiLmF1dGi9AAamTui0xlxAXI+uSPOkZe9Wd/0NASBE1a9vqUhzKZJ0NVgZEvWqzzw7+tVelzpkA+ZTiSoV8yTmBBruhxFoRBpn6LbERDrxx3umQIN+IWwymNMNnV+RAgGWwOOxkKSoBDfoP+5w91wZW6EL5hk6IKUDbUe1HkX/YLe4F+Kl2FMedFw1qI/POR9F3dbwgmgGvbsnRA4wSGBXQuoiYSo;X-Apple-Client-Info = <iPhone10,3> <iPhone OS;13.4.1;17E262> <com.apple.PassKitCore/1 (com.apple.PassbookUIService/1.0)>;X-Apple-Device-Region = AU;X-Apple-Web-Service-Session = CE391534-AB5F-09792744BEA8;x-apple-seid = 042142AB
1
0
1.6k
Jun ’20
PWA Freezing after OpenID authorizes user [iOS Safari Standalone]
PWA Freezing after OpenID authorizes user [iOS Safari Standalone] I have built a simple PWA for our security staff that allows employees to click links and view content about our company's policies on various matters. The app uses Microsoft's OWIN middleware library to authorize our employees' access into the app via their enterprise Microsoft login creds. When a user clicks the 'Employee Sign in' prompt on our login page, they are redirected to Microsoft's domain to complete the sign-in process. Once sign in is complete, they are redirected back to our app's home page. The Problem The problem appears only to arise when iOS users (v13) pin the app to their homescreen and then launch the app in standalone mode, and only after the user has completely terminated the app and then returned. We've tested the app on Chrome, Safari (non-standalone mode), Firefox, and the issue does not present in those browswers. The app functions seamlessly up until the point that the user has completed their Microsoft signin and be
4
0
3.0k
Jun ’20
Can't visit account
I'm trying to visit my developer account. The System Status - https://developer.apple.com/system-status/ says completed on everything, yet it gives me the following error when trying to visit the download page: Sorry, we are unable to process your request. An unknown error occurred. Please try again. I tried clearing both cache and cookies with no yield. Is it still offline? Thanks!
1
0
156
Jun ’20
ASWebAuthenticationSession failing to access cookies only in Simulator
We are using an ASWebAuthenticationSession to authenticate using an already logged in session in Safari. This works fine on real hardware. In Simulator from iOS13.5, the callback URL is always missing the session ID which indicates that ASWebAuthenticationSession couldn't access the cookies. We are not using session cookies. As documented here: https://developer.apple.com/documentation/authenticationservices/authenticating_a_user_through_a_web_service Does anyone have any suggestion how to debug this and figure out if the problem is on our side or iOS side?
4
0
2.2k
Jun ’20
Bundle ID not appearing in app store connect
Hello, I've just successfully uploaded my 2 new apps to appstore connect via Xcode archive option. I've received confirmation emails to the effect they were uploaded successfully. Sadly I cannot choose the bundle ID (Which exists in my app developer account) to submit the apps via the + new app option in app store connect. I've tried clearing browser history, cache, cookies etc... and re-signing in to no avail. Any help would be greatly appreciated. Best regards, Dave ******
0
0
649
Jun ’20
WKWebView Incorrect Cookies
Hi, We load request in WKWebView 'A' to render chart if chart data is live connection we fetch data from other system for that we load SAML request in WKWebVIew 'B' upon successful SAML login instead of getting the cookies of request 'B' I am getting cookies of A request. This cause a blocker for us as we just moved from UIWebView to WKWebView. Please find the attachment of sample project where I send 2nd request after 10 secs. It will be great if this issue is addressed at the earliest. Please run and test multiple times. Thanks.
Topic: Safari & Web SubTopic: General Tags:
2
0
777
Jun ’20
WKWebView Certificate Authentication Not Working
Hi, We want to load a certificate based SAML login request in WKWebView with websiteDataStore as nonPersistent and its not working as expected. The certificate credentials is getting rejected and lands in login form page. When we change the websiteDataStore to defaultStore() client certificate authentication works but we are getting incorrect cookies I have raised this issue here https://feedbackassistant.apple.com/feedback/7799198. Please find the attachment of sample project currently its a blocker for us we are having 2 issues if any 1 is solved it will great for us to proceed further. Thanks, Vinoth
Topic: Safari & Web SubTopic: General Tags:
0
0
325
Jun ’20
2 Months trying to buy developer subscription without success (URGENT)
I have been trying to buy the developer subscription for 2 months, I received emails, I followed all the steps and still without any solution, they stopped responding to me, I have been receiving the same emails for 2 months, could you give me timely support? I tried using different cards, I used the latest version of safari, I cleared the cache and cookies, I notified my financial institution that I was expecting a charge from Apple, I did all the steps they asked me to do before and nothing happens, they could allow me to make a transfer international, I request to do it hereby requesting payment by international transfer is very urgent
1
0
430
Jun ’20
ASWebAuthenticationSession
I added an ASWebAuthenticationSession to iOS app due to receiving message A valid client certificate is required from URL requests. It opens Safari, the user selects their certificate and the web server authenticates. I get a successfull callback URL on the iOS app. I was under the impression, after the web session was started, I could run GET resquests using URLSession. However, I am receiving the same message that it needs a valid certificate. I am pretty new to iOS development. Any suggestions? Thanks!
0
0
393
Jun ’20