Cannot initialize app offline

2
I have the same error as this post, but I think the cause is different. I can run a mobile app after installing this on my phone. After turning off wireless and datatransfer on my phone, I get the error cannot initialize app when trying to run the app. This should work right? The app does not contain anything, only a grid and a dataview. What is the best way to debug this?
asked
1 answers
2

Unfortunately there are any number of reasons that you might be getting this error. One that leaps to mind is that the offline app requires you to run it online at least once before it becomes available offline. Try loading it with a stable internet connection the first time around, that might help.

There are also a number of configuration issues that could cause this. These range from enabling the offline profile in your project to correctly configuring your app package as described in the documentation ( https://world.mendix.com/display/refguide6/Configuring+Hybrid+Mobile+Apps+To+Run+Offline ).

Hope one of the above fixes help. If not, please expand on the exact steps you took to get to this point and which issues you have already ruled out.

Good luck.

answered