Posts

Post not yet marked as solved
2 Replies
565 Views
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.
Posted Last updated
.
Post not yet marked as solved
0 Replies
226 Views
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
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
I have swift method which adds a block in Dictionary and when i get the block in other swift class i am getting the block addes and it works fine. But when i try to get the block from the dictionary in Objective C it returns Nil.If i pass the block as parameter in a method then it work fine in Objective C.
Posted Last updated
.