-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
3.1.1
-
MOODLE_31_STABLE
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 ?