I would like to ask how to transfer data between 2 MobileFirst applications. Do Mobilefirst have any API for transfer data between 2 encrypted JSONStore?
Or
We have to use native codes for data transfer between apps method such as
IOS:App Extension or Inter-App Communication by URL
Android: Use Intent Share Action
Here is our scenario: Client open AppA and tap on a button to get data from AppB. It prompt login of AppB(initialize JSONStore) and choose data from AppB then click OK to transfer data to AppA.
Do Mobilefirst have any API for transfer data to each other?