Correct configuration to deploy a native app in Mendix Service Console

0
Hi everyone, I've recently had some issues deploying and configuring a native application, the reason is that we are using our own servers. From there comes my first issue, I'm not really sure that the mda of a native application is deployed the same as a web application, the way we do this is by using the Mendix documentation for Windows Server https://docs.mendix.com/developerportal/deploy/deploy-mendix-on-microsoft-windows/ According to the documentation the physical path (in IIS) for an application should be similar to: D:\Mendix\Apps\Application\Project\Web, but within the same "Project" folder there is a folder named Native.   Now once the application is configured, I made sure I could access it from the browser (and yes I got a response, as long as my physical route is configured in the web route) since my site in IIS is already configured with an SSL certificate so my domain is something like: https//mydomain.com/ this same domain is the one I am using when compiling my application in Mendix Build which would be the Runtime URL, once the APK is created when trying to run the application on my device it stays in the splash view and does not go any further from there. I tried to run or debug the application from Android Studio, my first attempt was with a pixel 8 running Android 15 which kept me in the splash view, after having installed some JDK that Android Studio requested (maybe I moved some things for the network or proxy configuration nothing really relevant), the application managed to go from the splash view to the main screen, but I have not achieved something similar on a real device, I already made sure that my physical phone has access to our server, How?, from my phone's browser. Finally, when trying again from Android Studio emulating another device (Pixel 7 pro with Android 13) I went back to the same thing (it stays in the splash view) I share with you the latest Android Studio Logcat messages:           2025-02-05 11:38:14.431  7085-7303  TrafficStats            myapp.nativo_distribucion            D  tagSocket(125) with statsTag=0xffffffff, statsUid=-1 2025-02-05 11:38:14.464  7085-7133  ReactNativeJS           myapp.nativo_distribucion            D  [Network] Retrying POST https://midominio.com/xas/. Attempts left: 1 2025-02-05 11:38:14.469  7085-7303  TrafficStats            myapp.nativo_distribucion            D  tagSocket(125) with statsTag=0xffffffff, statsUid=-1 2025-02-05 11:38:14.488  7085-7133  ReactNativeJS           myapp.nativo_distribucion            D  [Network] Retrying POST https://midominio.com/xas/. Attempts left: 0 2025-02-05 11:38:14.492  7085-7303  TrafficStats            myapp.nativo_distribucion            D  tagSocket(125) with statsTag=0xffffffff, statsUid=-1 2025-02-05 11:38:14.512  7085-7133  ReactNativeJS           myapp.nativo_distribucion            D  '[Startup] An error occurred while creating a new session.', { [Error: Network request failed] line: 22, column: 354, sourceURL: 'index.android.bundle' } 2025-02-05 11:38:22.026  7085-7097  System                  myapp.nativo_distribucion            W  A resource failed to call close.    
asked
0 answers