Hi everyone,
On the client side, we have some code that creates Klaviyo profiles by using Klaviyo’s javascript library via the _learnq.push(['identify', {'$email' : 'xyz@xyz.com'}]) call.
When making the call on Chrome, everything works fine and a Klaviyo profile is created and _learnq.isIdentified() will now return true.
On Safari mobile however, no profile is created and _learnq.isIdentified() simply returns false.
Anyone else experiencing this and is this a known problem?