Hello Experts,
We are developing hybrid app which has to work offline.
We would like to understand which is the better approach.
Kapsel Approach:
Kapsel encrypted Storage is key value pair storage , for our app we have to store an huge amount of data . In this kapsel encrypted storage the performance of the application will get slow.
Custom Approach:
We are storing the values in Sqllite storage, But it will not use the Kapsel plugin and also not secured suggested by sap.
Please suggest , which approach is better.
Regards
Manish