I am developing two apps and I want to access from one app to another.
My idea is to work in the app A, and when I click a button, open app B, select a photo of this app and go back again to app A. The behavior that I want to reproduce is quite similar to the behavior of the photo camera.
How can I do that? I have tried using: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:customURL]];
but with this function I lose the control of the app, I cannot go back with the image or I don't know how to do it
thanks for your help