I request consent form when I lunch the app, so at this point, I f I want to keep the form accesible to use later (in settings section, for example) I don't know how to keep a reference of this UMPConsentForm object.
I can't save it in UserDefauts because this object doesn't implement Codable,
Thanks in advance!