For the past 24 hours I have tried to sign in to Podcast Connect to submit a podcast. Unfortunately, I cannot get past signing in as each time I do and put in the code sent to phone, I am signed in and immediately redirected to sign in again! I have cleared my cookies, cache and I am using the Safari browser. I have done this at least 15 times in a row, and now I believe there is a fault with the website. Please can I get some help submitting the podcast!
                    
                  
                Search results for
        ASWebAuthenticationSession cookie
1,299 results found
  
    
    Selecting any option will automatically load the page
  
  
  
  
    
  
  
            
        Post
Replies
Boosts
Views
Activity
                    
                      Hi All, We have started seeing crash with iOS 14.5 for ASWebAuthenticationSession's callbackURLScheme. Is anybody seeing the issue? Is this an intentional change in iOS or a bug? AuthenticationSession] The provided scheme is not valid. A scheme should not include special characters such as : or /.** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'The provided scheme is not valid. A scheme should not include special characters such as : or /.' Regards, Nimesh
                    
                  
                
                    
                      Hi All. I am building a safari app extension which needs to make several HTTP requests from the background script. The HTTP requests need to use the Cookies that exist on my webpage. When I make the requests from my background script, I see 3 of my 4 cookies are added to the request cookie header, but the 4th cookie is not there. The 4th cookie has SameSite=Lax which seems to be the issue. When I manually change Lax to none, in my webpage's cookie storage, then the request goes through successfully from my background script. Does anyone know if there is a way to get/use cookies labeled as SameSite=Lax in my background script? I tried the broswer.cookies API, but it seems that the API will only retrieve non HttpOnly cookies, and my cookie has HttpOnly enabled as well, so this does not work. How can I make requests from my background script that need to use cookies from my webpage? P.S. This works in my chrome extension ju
                    
                  
                
                    
                      In case any one else has this issue, if you go to https://appstoreconnect.apple.com then it would work, https://itunesconnect.apple.com seem to redirect aswell but some sort of cookie/cache data breaks everything. I hope this helps!
                    
                  
                
              
              
                
                Topic:
                  
	
		App Store Distribution & Marketing
  	
                
                
                SubTopic:
                  
                    
	
		App Store Connect
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Hi fews days ago when i open Safari it immediately open and close then open a fake Safari and see Fake Finder app in Application and after enable firewall i am not able to open safari and not able to other browser because this Malware taking cookies of all browser So i did much research on it and finally got some temporary solution hope this can help you as well Reset Safari using terminal and delete support file from Library Check every project xcodeproj file using show package content and you can see a hidden file .xcassets in xcuserdata and delete that and also remove script in project name Build project framework you can see a script that runs this script Open xCode show package content and Resource Scripts and delete main.script if you can see that file Delete Finder app in Application if it is created and also you can delete unknown app in System Preference Security & Privacy Privacy Full Disk Access In my case there was a Mail.app without icon and now you are XCSSET free and not forgot to 
                    
                  
                
              
              
                
                Topic:
                  
	
		Developer Tools & Services
  	
                
                
                SubTopic:
                  
                    
	
		Xcode
		
  	
                  
                
              
              
                Tags:
              
              
  
  
    
      
      
      
        
          
            Swift Packages
          
        
        
      
      
    
      
      
      
        
          
            Xcode
          
        
        
      
      
    
      
      
      
        
          
            Xcode Sanitizers and Runtime Issues
          
        
        
      
      
    
  
  
              
                
                
              
            
          
                    
                      Unicode values in cookies creating issue while loading the page url inside the iOS application. Web view is failing every time while reading the cookies and return my web page to login screen. Flow of app: We are using Chinese characters in the user name. Once we launch the url in native app webpage, cookies contains the username with it as provided, but it converted to unicode which makes cookies corrupted. Can anyone help me on this? Thanks in advance. Manoj
                    
                  
                
                    
                      I believe this is a security issue. I utilize a DNS honeypot and VPN to limit advertising cookies and unseen hooks by Amazon, Google, etc into my home in order to privatize my personal data and browsing history and this causes issues with updating my Apple, and other services. When I disable it, everything updates just fine. I then enable my security and feel secure once again
                    
                  
                
              
              
                
                Topic:
                  
	
		App & System Services
  	
                
                
                SubTopic:
                  
                    
	
		Core OS
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Resorved the problem after 1 month! Just use Safari browser(clear all cookies and cache) and make sure your account's location and IP are same country.
                    
                  
                
              
              
                
                Topic:
                  
	
		Developer Tools & Services
  	
                
                
                SubTopic:
                  
                    
	
		Apple Developer Program
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      ADDENDUM: One thing that would clarify this problem, however not solve it, is the fact that a plain • myWebview.load(URLRequest) is using Mozilla/5.0 as the agent, which is confirmed by the server log. However • URLSession.shared.dataTask(with: URLRequest) { data, response, error in ... } uses a CFNetwork executionExtension as the agent, also confirmed by the server log. So if the executionExtension spins up its own URLSession that writes the cookies to the cookieStore, it could be that after the dataTask’s completion handler the session gets deallocated and hence the temporary session cookies get removed from the cookieStore right away. The question then is, how do you get a copy of those short-lived cookies before the extension closes, because even • myWebview.configuration.websiteDataStore.httpCookieStore.getAllCookies { cookies in ...} is asynchronous and too slow to grab hold of them. And even when loading the response’s mime ‘text/HTML’ payload with • myWebview.loadHT
                    
                  
                
              
              
                
                Topic:
                  
	
		Safari & Web
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Hi Quinn, I’ve been tracing the cookie issues for over a month now and I am able to reproduce and remedy all test cases 100%. I do have a dedicated test environment with utility buttons in the UI that let me e.g. log the cookieStore, empty the cookieStore etc. All WKWebview delegate methods and cookieStore observers are in place and log to the console when they fire. So the 2 take away test scenarios for you are these: ——————————————————— SCENARIO 1: ——————————————————— • starting the test environment • totally resetting the cookieStore by deleting all cookies • logging the cookieStore shows that it is empty • quitting the test environment • re-loading the test environment • environment is loading a test webpage from the internet with: — myWebview.(URLRequest) • the page loads correctly • the response-header’s ‘Set-Cookie’ field requests 3 cookies to be set • the WKWebview sets 3 cookies (as requested in the response-header’s ‘Set-Cookie’ field) • the didC
                    
                  
                
              
              
                
                Topic:
                  
	
		Safari & Web
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      What is the difference between the default websitedatastore and the one present in webview configuration instance? If i delete a specific cookie from httpCookieStore by accessing the default websitedatastore, would that be in sync with httpCookieStore present in configuration.websiteDataStore when webview loads?
                    
                  
                
                    
                      Hello Folks Have you got this to work ? I'm trying to setup a new SSO Extension but it does not work at all. Here is what I did : 1) I have followed the steps on the Tech Talk to configure the MDM payload in Airwatch. 2) I have installed Debug profiles that apple suggested for troubleshooting 3) I have created a dummy Identity provider. a. I understand that we need to setup a URL that will be detected by iOS and redirected to the extension. I have created a simple webpage in a valid/secured webserver and used that URL as my IdP b. In the dummy website, I have created the .wellknown/* file c. I have triggered the sysdiagnose command on my iPad. The authsrv entry seems fine. I guess it is because the Apple CDN can successfuly access the well known file... I'm not sure because I have not found a solid documentation on how this is supposed to work anywhere. d. The MDM settings are sent to the device properly. e. I have tried opening the device console but I could not see any useful information there, even after i
                    
                  
                
              
              
                
                Topic:
                  
	
		Developer Tools & Services
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Where IOS safari IOS version - 14.4 Safari settings Prevent Cross Site Tracking - ON Block all cookies - OFF Problem Statement All requests to API host remain in Pending State until the page is reloaded. What is Pending State here? In safari devtools - Request is sent but response did not come back. However, the request does not go to server/network layer. Behavior pattern Random Hosts website (TOP) - www.example.com api - api.example.com (Requests go from top frame) Error We can see the following error from previous page context after reload, XMLHttpRequest cannot load url due to access control checks. No other error is in the console to specifically tell what happened. Note: we make parallel request to different endpoints of api.example.com Debug Charles Proxy Request to api.example.com is not sent to network layer. However, request to www.example.com can be seen in Charles Proxy and works fine. Clearing State None of the following worked localStorage.clear() sessionStorage.clear() clear all cookie
                    
                  
                
                    
                      In my enterprise app I need to clean out the cookies of the WKWebviews to keep a clean session. Since we migrated to WKWebviews from UIWebview we have seen this crash quite often. Here is the stack trace Crashed: com.apple.CFNetwork.LoaderQ 0 libobjc.A.dylib 0x1a6e72ed0 objc_retain + 16 1 CFNetwork 0x19268b3a8 _CFHTTPCookieStorageFlushCookieStores + 11724 2 CFNetwork 0x192691f5c _CFHTTPCookieStorageFlushCookieStores + 39296 3 CFNetwork 0x19268b220 _CFHTTPCookieStorageFlushCookieStores + 11332 4 CFNetwork 0x19268a44c _CFHTTPCookieStorageFlushCookieStores + 7792 5 CFNetwork 0x1926895bc _CFHTTPCookieStorageFlushCookieStores + 4064 6 CFNetwork 0x1926d97f4 _CFHTTPServerResponseEnqueue + 16388 7 CFNetwork 0x1926d8ca0 _CFHTTPServerResponseEnqueue + 13488 8 CFNetwork 0x1924e65a0 (Missing) 9 CFNetwork 0x19262a8f4 _CFStreamErrorFromCFError + 413612 10 CFNetwork 0x19262a588 _CFStreamErrorFromCFError + 412736 11 CFNetwork 0x1926824a8 _CFNetworkSetATSContext + 97796 12 CFNetwork 0x19267f9ac _CFNetworkSetATSContex
                    
                  
                
                    
                      Hello, We are a company that connects consumers to certain retailers. Each retailer has their own site. One of the retailers uses the Facebook Tracking Pixel for analytics. They sent us an updated implementation guide that points to the Facebook requirements. This in turn points to the Public Suffix List. I looked through the Public Suffix List's GitHub submission and they are pretty vehement against Facebook doing this. I'm not sure how this really affects us. We primarily use first-party cookies with the exception of our one retailer. I'm also not able to find any clear documentation or any clear place to ask this question, so any documentation or help would be greatly appreciated.
                    
                  
                
              
              
                
                Topic:
                  
	
		App Store Distribution & Marketing
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
  
  
    
      
      
      
        
          
            App Tracking Transparency
          
        
        
      
      
    
      
      
      
        
          
            Privacy
          
        
        
      
      
    
      
      
      
        
          
            Safari and Web
          
        
        
      
      
    
      
      
      
        
          
            AdSupport