Document.cookie returns "" on iOS

Hello,

I am trying to set cookies on iOS with document.cookie = “test=test” but nothing is set and document.cookie always returns “”

Is there another way to manually set cookies with Capacitor on iOS ?

Thank you

It’s a known issue