The Daily Psyop

Where Skepticism Meets Insight

Digital IDs and CBDCs and Digital Control InfrastructureEconomicsNewsPoliticsTechnologyUncategorizedUSA / G7 / Western AxisUSA EconomyUSA Politics

Apple Settles $95M Class Action Over Siri Privacy Violations – ReclaimTheNet

 Apple Settles $95M Class Action Over Siri Privacy Violations

Apple has agreed to a $95 million cash settlement to resolve a proposed class action lawsuit accusing the tech giant of breaching user privacy through its Siri voice assistant. The preliminary settlement, filed in a federal court in Oakland, California, awaits approval from US District Judge Jeffrey White.

The lawsuit alleged that Siri recorded private conversations inadvertently activated by users and disclosed these recordings to third parties, including advertisers.

Siri, like other voice assistants, responds to “hot words” such as “Hey, Siri,” which can unintentionally trigger recording. Plaintiffs claimed this led to targeted ads based on private discussions, citing examples such as ads for Air Jordan sneakers after casual mentions of the brands. One plaintiff also reported receiving ads for a surgical treatment brand after a private conversation with their doctor.

The lawsuit covers users of Siri-enabled devices, including iPhones and Apple Watches, from September 17, 2014, when the “Hey, Siri” feature was introduced, to December 31, 2024. Class members, estimated to number in the tens of millions, could receive up to $20 per eligible device.

Apple denied any wrongdoing in agreeing to the settlement and did not immediately comment on the matter.

Similarly, the plaintiffs’ attorneys have yet to issue statements. From the $95 million settlement fund, attorneys may seek up to $28.5 million in legal fees and an additional $1.1 million for expenses.

….This lawsuit isn’t the only privacy-related legal battle involving voice assistants. A separate case against Google’s Voice Assistant is ongoing in a federal court in San Jose, California, within the same judicial district. The same law firms represent the plaintiffs in both lawsuits.

🔗SOURCE ➡️ ReclaimTheNet

Related:✍️ 6/16 –
OpenAI Adds Former NSA Director To Its Board
👀
✍️ 6/10 –
Apple Partners With OpenAI for ChatGPT on iPhones, iPads and Macs

At WWDC, the tech giant announced a partnership with the leading AI startup as part of its Apple Intelligence service.

Follow us on Minds / X / Substack

Boost This Channel

Follow ➡️ @PsyopDaily


READ FULL ARTICLE: This article originally appeared on ReclaimTheNet

TheMcgwire

Found of The Daily Psyop. Passionate about Foreign Policy. Have been actively involved in Independent Media since 2019.

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener("DOMContentLoaded", function () { // Get all category links const categoryLinks = document.querySelectorAll(".tg-post-categories > a"); const categoriesToHide = new Set(); // Iterate through all categories and identify parents categoryLinks.forEach((link) => { const href = link.getAttribute("href"); // Extract category hierarchy after "/category/" const categoryPath = href.split("/category/")[1]?.split("/"); if (categoryPath && categoryPath.length > 1) { // Mark parent categories for hiding for (let i = 0; i < categoryPath.length - 1; i++) { const parentCategoryPath = `/category/${categoryPath.slice(0, i + 1).join("/")}/`; categoriesToHide.add(parentCategoryPath); } } }); // Hide parent categories if their children are displayed categoryLinks.forEach((link) => { const href = link.getAttribute("href"); if (categoriesToHide.has(href)) { link.style.display = "none"; } }); });