Make it Native crashing

0
Hi, everyone!   I have an app built in version 10.18.3 and I'm creating some native capabilities on it. When I try to test it using the Make it Native app it just crashes. I launch the app, I get the Mendix logo from the starting screen but then just crashes and nothing happens. There's no error message.   I'm using the latest version from the Play Store (also tried using the Beta version but got an error stating this was not the version I needed to use), running on a Vivo V2110 on Android v11.
asked
1 answers
0

Hello, 

 

Probably you need to create a Custom Developer App and use the LogCat in Android Studio to inspect the logs and finally be able to debug your issue. See

 

To Create a Custom Developer App

https://docs.mendix.com/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/

 

To use Logcat

https://docs.mendix.com/refguide/mobile/distributing-mobile-apps/native-debug/#using-android-logcat

 

I personaly almost never use the Maket It Native from the AppStore in my mobile development  projects (since I usualy add some extra depedencies on the project).

answered