Capacitor on IOS don't set cookie

Hi friends, my problem is trying to make third party cookies work on iOS. On android everything works pretty well, but on iOS they are not saved. I have set the capacitor.setting with the following parameters:


“server”: {
“androidScheme”: “https”,
“iosScheme”: “https”,
“hostname”: “my.domain.com
},
“ios”: {
“limitsNavigationsToAppBoundDomains”: true
},
“plugins”: {
“CapacitorCookies”: {
“enabled”: true
},
“CapacitorHttp”: {
“enabled”: true
},

And added the key to the info.plist file

WKAppBoundDomains.

my.domain.com

but nothing!

I use Wappler 6 beta 15 and capacitor 5.5.1

Is anyone succeeding in this task?

the capacitor plugins are not working properly, I have the same problem using the push notification. There are two topics that can help you, for me it didn’t have any effect.

If you can let me know, because I need to move forward here too.

1 Like

Thank you, I read carefully but moving the capacitor.js file (the only thing I can do) I get no results. I wonder if this is a problem with Wappler or Capacitor.

1 Like