Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have to share a directory created by appA with appB. Is there a way I can "authorize" appB to access the folder created by appA in its space? They are iPad only apps.

I know about UIPasteboard, but I want to share(preferable secure) multiple small files (stored in a folder) created by appA with appB.

I am want to avoid using a server to establish sharing between the apps.

Edit: Both app will be installed on the same device (iPad).

Thank you. --AAT

share|improve this question
How about iCloud? – mkral Sep 25 '12 at 18:59
Forgot to mention that both app will be on the same device. Would`nt it then need Internet to download the files? – AAT Sep 25 '12 at 19:54
Yea, you're right. My mistake. – mkral Sep 25 '12 at 19:55
I'm not sure that there is a way to do this then. – mkral Sep 25 '12 at 19:55

1 Answer

From Apple's provisioning portal:

In addition, an App ID can also be used to share keychain data (such as passwords) between a suite of applications and share document and configuration data between your applications using iCloud.

So using iCloud, yes you can; otherwise, no.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.