I have 2 local app "A" and "B". I want that the application "A" call the application "B" and "B" send a response to "A" with a file.
Url scheme is a good solution to call Application "B" but it's a bad solution to send files to "A".
How do I send a file from one application to another without url scheme and without external server ?