Is it possible that one hybrid application can use Jsonstore data of another hybrid application? Both applications are worklight hybrid application.
Asked
Active
Viewed 80 times
1 Answers
0
No, this is not possible.
Each JSONStore is stored in the specific's application sandbox and as such it is not possible to retrieve information from a JSONStore that is not located in the specific application sandbox.

Idan Adar
- 44,156
- 13
- 50
- 89
-
In case of Android, What if Both application have same android:sharedUserId. For the same, sqlite allows sharing. Shared UserID --> http://stackoverflow.com/questions/16269956/two-app-with-shared-userid – parth.hirpara Apr 21 '15 at 12:52
-
I am not sure. Please explain your scenario and what are you expecting/what is happening. – Idan Adar Apr 21 '15 at 12:52
-
No, it won't work with sharedUserId because it is not programmed to do so. – Daniel A. González Apr 21 '15 at 13:48