Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

The app does not start in Android with mobile connection

José_Manuel_A_
Beginner
560 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
560 Views

no internet connection needed to run

0 Kudos
PaulF_IntelCorp
Employee
560 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