Scenario:
- I have developed two apps, App A and App B, both which the user has installed
- App A is running
- App A needs to obtain a string stored in App B
- After obtaining the string, App A will still be running
- No "switching animations" should be visible to the user. That is the user should not be receiving any feedback (e.g. switching to App B and then back to App A) that this communication is happening.
On Android, this is trivial, but I can't figure out how to do this on IOS 7.