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