Native app not working on device (free Mx app)

0
Hi   I have a free app of Mendix which I want to deploy to my device to test. I have followed https://docs.mendix.com/howto/mobile/deploying-native-app Created a Github, AppCenter accounts, prepared the project and build the apps in AppCenter in devdebug mode. Now when I open the app on a device, I see NOT the app but another settings page popping up: https://ibb.co/gRBgq82 where you can take a picture (of a qr code probably), fill in the Host, enable dev mode, clear data. Seems like the Make it Native app;   What should I do further to get the native app deployed to my android device? Anyone an idea? Is this even possible with a free app and runtime pointing to the sandbox env?
asked
2 answers
0

The developer app will only work for you local running modeler op your machine.

Working with the sandbox, you have to create a full Native build that will include your app bundle. That it can use the data of the the sandbox.

answered
0

Hello 

what do you mean by “build the apps in AppCenter in devdebug mode”?

You have to start the build-process through native-builder.exe not directly in appcenter.

Regards

Thilo

answered