Issue with make it native app

1
Hi,   I have executed a native application locally and  scanned the QR code via ‘make it native app’. But, it shows ‘something went wrong’ and connection is not working. The IP address shown is 192.168.1.7:8080. How it can be changed to a public IP? My phone is connected to internet, but not the network where mendix studio pro is running. Please help.   Thanks!
asked
2 answers
2

Your phone and pc need to be on the same wifi network, and your firewall needs to allow communication.

Also have a look at some common issues

https://docs.mendix.com/howto/mobile/common-issues

answered
0

If it is an option: use PWA instead. Saves you a ton of native-crap in styling in js, creating packages, humbling bowing down to appstores and their authentication and having to endure software bugs. PWA: just switch on the light.

answered