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