-
Notifications
You must be signed in to change notification settings - Fork 504
Description
What is the Moodle feature that needs documenting?
Can you update the Moodle app developer documentation and the course
With instructions on how to develop and test Moodle apps locally please?
I'm using a self signed certificate, but the Moodle says the mobile app won't work because the certificate is not trusted
And I downloaded the docker moodle app but it doesn't recognise my local website
Thanks, Russ
Moodle dev doc - "Using the Moodle App in a browser"
https://moodledev.io/general/app/development/setup/app-in-browser
and the course - "Make Your Plugin Moodle App Compatible"
https://moodle.academy/course/view.php?id=71
"2. Enable mobile app access"
If I have $CFG->debugdisplay = true in config.php
Then I get an error message saying the url is blocked
If I set $CFG->debugdisplay = false
Then I get an an error message when trying to set the mobile webservice because I'm using a self signed certificate on a local development machine
Site admin > General > Advanced
admin/settings.php?section=optionalsubsystems
"It seems that the HTTPS certificate is self-signed or not trusted. The mobile app will only work with trusted sites. Please use any online SSL checker to diagnose the problem. If it indicates that your certificate is OK, you can ignore this warning"
Is this documentation specific to a Moodle version?
None
Are you able to provide a patch for this?
None