happones / nativescript-laravel-echo

A nativescript plugin for laravel-echo
Apache License 2.0
10 stars 2 forks source link

Connectivity issue #3

Closed lord-zeus closed 5 years ago

lord-zeus commented 5 years ago

Error: java.lang.SecurityException: ConnectivityService: Neither user 10084 nor current process has android.permission.ACCESS_NETWORK_STATE.

happones commented 5 years ago

Try add this into AndroidManifest.xml

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
lord-zeus commented 5 years ago

Try add this into AndroidManifest.xml

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

thanks, it works when added directly under the manifest tag