Hi,
I have successfully created a mobile app by following this blog
https://blogs.sap.com/2017/03/22/make-offline-app-using-sap-cp-mobile-service-for-sap-fiori-part-1/
but when I run it in my device, the offline storage does not created.
I am using Northwind service, and create Master-Detail app using Suppliers and Products data.
Inside my manifest.js file, I have included this comment
"sap.mobile": { "_version": "1.1.0", "definingRequests": {}, "stores": [{ "name": "SUPP_PROD", "serviceRoot": "/Northwind/v2/northwind/northwind.svc/", "definingRequests": { "Suppliers": "/Suppliers", "Products": "/Products" } }] },
Anybody can suggest me what to do next?
Thanks
TJ