Hello,
I created a website that I display in an iframe via construct 3.
Everything works fine for android, but wanting to see what it looks like on an iphone, I realized that there was a problem with the management of cookies, indeed when the user connects from an Ihone the php session does not hold on cookies don't work,
by searching a bit (A lot it's been a few months since I've been on it) I understood that the problem came from the management of cookies on the iphone which seems different than on android,
I heard that you have to ask the user if he accepts cookies, but as I'm new to Xcode I don't understand how to do it, I need someone to tell me clearly what to do,
because I went to see the documentation at apple, and at construct, but I can't find solutions or they are incomprehensible to me,
So I wonder if there is a place in Xcode where I have to add a code to request the activation of cookies? I also read that the problem could come from the fact that I display my website in a "WebView" and that Iphone no longer works like that?
I'm a little lost, if anyone has an idea I'm interested, Thanks in advance