i need to share information between several apps.
For example there are 2 apps A and B.
I (as user) opened app named A. When app is lunched i want to get some info from app B.
i know that somehow this is possible with url schemes.
For example like login with facebook works. Other app lunches facebook app to get login info.
Thank you.