-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0.1
-
MOODLE_400_STABLE
-
MOODLE_403_STABLE
-
MDL-74898-master -
-
WP Sprint 2023-I1.2 (Marina), WP Sprint 2023-I1.3 (Marina), WP Sprint 2023-I1.4 (Espresso)
I need to be able to suggest different mobile apps to different users (since different tenants in Moodle Workplace may have different branded apps).
The android app id is not embedded in the page like ios app but instead we include a link to the manifest file and the manifest file contains app id.
Manifest file declares NO_MOODLE_COOKIES for some reason - see https://github.com/moodle/moodle/blob/master/admin/tool/mobile/mobile.webmanifest.php#L31
This issue suggests to remove NO_MOODLE_COOKIES so we can serve each user their own apps (we will modify env in the after_config hook).
I'm going to create an issue here and pull this change into workplace code and see it it works, if it does, we can remove NO_MOODLE_COOKIES from core completely, it does not really add any value