Plugin not installed

Plugin not installed

by Ezra Zhiri Kolo -
Number of replies: 2

Hi everyone,

I get this error, "plugin_not_installed" while attempting to log in on my custom app.

This happens on iOS only. Can anyone put me through solving this problem?

Thanks.

Attachment Screen Shot 2020-01-06 at 21.47.20.png
Average of ratings: -
In reply to Ezra Zhiri Kolo

Re: Plugin not installed

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Hi,
it is very likely that you have a plugin properly not installed in your Moodle site, maybe an empty folder in mod/, or blocks/ or any subsystem that allows plugins
In reply to Juan Leyva

Re: Plugin not installed

by Ezra Zhiri Kolo -
Hi Juan,

I was able to fix this issue by removing and re-adding platforms:
"ionic cordova platform remove ios"
"ionic cordova platform add ios"

Thanks.