Sharing cookies across apps in iOS9
NickName:evanescent Ask DateTime:2015-09-11T05:29:50

Sharing cookies across apps in iOS9

I've heard that it's possible to share cookies(obviously from the same source) across apps in iOS9 using SFSafariViewController. How do I do that?

I know that loading a webpage with SFSafariViewController would send all of my cookies associated with it in Safari to my server which can then respond with some new cookies.

But how do I read these new cookies? They are being stored in Safari's cookie storage which is independent of any app.

Copyright Notice:Content Author:「evanescent」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32511913/sharing-cookies-across-apps-in-ios9

More about “Sharing cookies across apps in iOS9” related questions

Sharing cookies across apps in iOS9

I've heard that it's possible to share cookies(obviously from the same source) across apps in iOS9 using SFSafariViewController. How do I do that? I know that loading a webpage with

Show Detail

Sharing ASP.NET authentication cookies across apps and servers

I'm trying to share authentication cookies across a .NET Core app and an MVC 5 application. This is possible according to: https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/

Show Detail

iOS9 - Sharing to Instagram (w/ hooks) not working

I'm currently updating one of my apps to be iOS9 compatible, and I'm having trouble with the share to Instagram function. I'm using the Instagram hooks as stated on their developer site: (https://

Show Detail

ASP.NET MVC Shared Forms Auth Cookies Across Servers

All, We currently have subdomains across two boxes that require shared forms authentication cookies. Box1: Windows Server 2008 Standard/IIS 7 Box2: Windows Server 2009 R2/IIS 7.5 We have already

Show Detail

iOS Sharing cookies across different UIWebViews

Is it possible to share cookies across two different UIWebView instances. What I am trying is in an UIWebView I load a request and in the shouldStartLoadWithRequest delegate method I check whether ...

Show Detail

iOS9 multitasking with iAd banner size

I've got a universal app with an iAd banner across the bottom. I've got it working with iOS9 multitasking. When my app is running on the iPad in portrait and I split into 2 apps my app becomes

Show Detail

Users/cookies across multiple Wordpress installs

I've found some useful information on this subject, but haven't found any solutions that works. I have new installs of wordpress 4.5 on all sites. I want to set up multiple Wordpress Multisite inst...

Show Detail

ASP.NET Core Sharing Identity Cookie across azure web apps on default domain (*.azurewebsites.net)

Having trouble sharing an Identity Cookie (using ASP.NET Core v2) across multiple web applications On my development environment, cookies are shared automatically (as it's localhost) - and that wo...

Show Detail

Did SFAuthenticationSession share cookies between apps

I am using Single-Sign-On (SSO) to let user login in the iOS app. I implemented the SSO with SFAuthenticationSession. I created another app and implemented the same SSO mechanism that uses the same...

Show Detail

What is a good way to share templates across apps with separate codebases?

We have one Sinatra app and one Backbone app. I saw Sharing the same codebase across multiple apps but didn't understand it or how I could implement it. This question is not really specific to Si...

Show Detail