[5.7] Webview IOS is using something non available for IOS 16 and below

Hello :slight_smile:

we recently released a new prod with the 5.7 engine, and we are seeing every ios device on IOS 16 or earlier crash because of this

this code has been added during the merge of IOS and mac refactor of webview

theConfiguration.websiteDataStore = [WKWebsiteDataStore dataStoreForIdentifier: FAppleCookieManager::CookieManagerIdentifier];

this code make it crash as soon as we launch a webview, but there is another reference in FAppleCookieManager::DeleteCookies

[Attachment Removed]

Hi Alex,

Thanks for bring this to our attention. This issue has been resolved at CL 55455118 which should be mirrored to ue5-main on GitHub later today.

Best regards.

[Attachment Removed]

Thx :slight_smile: and you’re welcome :slight_smile:

[Attachment Removed]

Hi Alex,

Here is the change on GitHub: If you are targetting tvOS, also integrate this CL.

Best regards.

[Attachment Removed]

Thanks for that :slight_smile: will do :slight_smile:

[Attachment Removed]