IOS App Groups Dropbox Login

I have a problem and can help me if I have encountered before? My problem is: I have an application and have a dropbox integration. So the user can login with dropbox. I added an action extension to it. This extension does not see the dropbox session. It was absurd to me to open a session there as well. Do I have the possibility of signing in on a common basis?

In general you can share content between your app and your app extension via an App Group. The specifics of how you do this with Dropbox really depends on how Dropbox does its session management. For example, if Dropbox authenticates a session using some custom HTTP header, you could store that header in the App Group (probably in a keychain access group tied to that App Group) and access it from both places. I’m not familiar with how Dropbox does its session management, so I can’t give you any more concrete advice. If you can’t figure it out yourself, you’ll have to ask them.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
IOS App Groups Dropbox Login
 
 
Q