I have a series of unrelated apps that I want to share a login session across, and iCloud seems to provide the perfect solution for that.
I'm using OAuth, and I would love to share the token across multiple apps using the ideas talked about in Configuring Common Key-Value Storage for Multiple Apps.
The only limitation I see is that a 'primary app' needs to be identified, and, of my apps, I don't have one that can be identified as 'primary'. Indeed, my users may only install one of my apps in the series (which may not be the 'primary' app) but I still want to allow the token to be accessible from a central location.
Is it possible to share the token in this way without the user having bought/installed the 'primary' app?