Software Archive
Read-only legacy content
17061 ディスカッション

The app does not start in Android with mobile connection

José_Manuel_A_
ビギナー
511件の閲覧回数
 
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 件の賞賛
2 返答(返信)
Ad
新規コントリビューター III
511件の閲覧回数

no internet connection needed to run

PaulF_IntelCorp
従業員
511件の閲覧回数

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.

返信