Data not showing in native mobile app.

2
Hii, I am building  native mobile app for the first time.I have used data view to show data.I can able to see data in responsive web but when iam using native mobile i can’t see the data.I have not set the security to production. Can anyone please help how to resolve this.   Iam getting this warning in cosole: attempt to write a readonly database (code 1032 SQLITE_READONLY_DBMOVED) s@http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:573:3916 map@[native code] http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:573:1918 value@http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:64:4110 http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:64:915 value@http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:64:2584 value@http://192.168.1.3:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:64:885 value@[native code]
asked
3 answers
3

I faced similar situation with the android version of Make It Native, iOS version is fine. For android, I had to reinstall Make it Native to see the application load with data again.

answered
0

Is it possible that you need to configure the synchronization for native?

answered
0

Assuming you’re testing in the make it native app, please check the “clear data” option when starting up. That will recreate the local db and should resolve your problem.

answered