Analytics.DataPrivacy stopped to work with 2019.4.1

Hello,

for some reason the “#if ENABLE_CLOUD_SERVICES_ANALYTICS” at the start of DataPrivacy.cs (from the Analytics package 3.3.5) is off.

I tried to turn off & back on the support for Analytics in the Services tab, but it didn’t change anything…

It was working fine in 2019.4.0 yesterday.

Bug Report #1257155

Got the solution from the Customer QA Team : just need to change from : Analytics.DataPrivacy.FetchPrivacyUrl(OpenUrl, OnFailure);
to :

DataPrivacy.FetchPrivacyUrl(OpenUrl, OnFailure);