Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

Apps crashing on launch - Android 6 #286

Closed shauntrennery closed 6 years ago

shauntrennery commented 6 years ago

With the latest version, v7.3.1, apps running on Android 6 crash on launch. Seems to be related to

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

being commented out in plugin.xml

wfhm commented 6 years ago

Hi,

You should manually add the following permissions as per this guide:

<!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />-->
<!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
<!---->
<!--<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />-->