Software Archive
Read-only legacy content
17061 Discussions

The app does not start in Android with mobile connection

José_Manuel_A_
Beginner
507 Views
 
I have an app created with Intel XDK for android and IOS that does not require any Internet connection, plus you have not update it because it is not necessary. For several days , the app will only open if the mobile is connected to a wireless network and only happens on Android devices, IOS does well .
Does anyone know what could be happening ?
Does anyone think so?

Applications built on Intel XDK (cordoba ) need a previous connection to their servers to run ?

Thank you.
0 Kudos
2 Replies
Ad
New Contributor III
507 Views

no internet connection needed to run

0 Kudos
PaulF_IntelCorp
Employee
507 Views

A Cordova app does not require the network to operate.

However, Cordova apps do require the NETWORK permission on Android devices to operate. The NETWORK permission is necessary to implement the jump between the JavaScript environment and the native environment. Nothing goes out on the network, it is an internal virtual network connection.

0 Kudos
Reply