Christo
Christo

Reputation: 411

Firemonkey iOS access one file from different apps

I am writing multiple apps for iPad. All these apps have some settings in common. I therefore would like to have one app that handles the settings and write them to a file - the respective apps will then retrieve their settings from this single file. Is there a way to access one file from different apps on iOS?

Upvotes: 0

Views: 263

Answers (1)

DavidMWilliams
DavidMWilliams

Reputation: 854

The iOS Keychain may help -> http://shaune.com.au/ios-keychain-sharing-data-between-apps/ though a Google search for FireMonkey APIs for the keychain has proven fruitless. At least it could be a starting point.

Upvotes: 0

Related Questions