Mobile App > Bootstrap5 + Capacitor > iOS loggin process doesn't work

Thanks for this. I will give it a go

Hi @Adetoyinbo1,
I tried your solution without success.
I still can’t get the identity cookie in iOS.
Don’t know what to do.
Thanks

that’s my setup and it works for me though. are your secure (https) ? try writing the WKAppBoundDomains like https://yoururl.com

yes it’s secure. I setted the WKAppBoundDomains like this:

<key>WKAppBoundDomains</key>
<array>
  <string>https://v2.giloo.me</string>
</array>

(Still, everything is allright with Android that load my differents SC based on cookie.)

The problem is for my iOS version only.
Actually I can login on iOS, on login_SC success I set a local storage item (since I couldn’t succeed in creating a cookie on iOS) with the identity then redirect to home. My problem is all other SC based on this identity are loaded without param and queries are empty.

Where should I set this local_storage_item identity in my input: GET/PARAM/SESSION/SERVER/ENV/COOKIE ?

I think my problem may be here.

I finally succeed to emulate iOS app using the local_storage and modifying my SC.
Thanks fors your advices

1 Like