Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 3.1.1
-
Fix Version/s: None
-
Component/s: Phonegap Build
-
Labels:
-
Affected Branches:MOODLE_31_STABLE
Description
Latest release of Moodle Mobile Phonegap project crashes straight after the splash screen.
Once I removed the line: "gap:plugin name="com.phonegap.plugins.pushplugin" from Open config.xml the app builds correctly.
The problem is this plugin controls Push Notifications, one of the biggest reasons we had for customising the app.
Searching this plugin, I find that https://github.com/phonegap-build/PushPlugin is deprecated. Could this be updated to https://github.com/phonegap/phonegap-plugin-push to fix this issue ?