i ask how transfer data between 2 mobilefirst applications. mobilefirst have api transfer data between 2 encrypted jsonstore?
or
we have use native codes data transfer between apps method such
ios:app extension or inter-app communication url
android: use intent share action
here our scenario: client open appa , tap on button data appb. prompt login of appb(initialize jsonstore) , choose data appb click ok transfer data appa.
do mobilefirst have api transfer data each other?
thank you.
to share data between applications use simple data sharing.
https://www-01.ibm.com/support/knowledgecenter/sshscd_7.0.0/com.ibm.worklight.dev.doc/devref/c_simple_data_sharing_terminology.html
you need review doucment , adjust applications accordingly in order able utilize it.
note though not believe can transfer jsonstore data as-is. need take out of jsonstore, move it, , add other jsonstore.
Comments
Post a Comment