Urgent.News

What's breaking now, across thousands of outlets.

Tech

New iPhone Setting Lets Users Shake Off Motion-Sensing Ads

Apple is testing an iPhone setting for users in China that lets them add apps to a list that prevents them from accessing the device's motion sensors. Apple hasn't explicitly said what the setting is in response to, but Chinese apps sometimes show "shake-to-open" ads on launch, and they can be triggered by merely picking up an iPhone, walking, or going over a bump in a car, resulting in unwanted…

New iPhone Setting Lets Users Shake Off Motion-Sensing Ads

A new iPhone setting under development by Apple allows users in China to block apps from accessing the device's motion sensors. The purpose behind this feature remains undisclosed by Apple, but Chinese applications occasionally display "shake-to-open" advertisements upon launch. These ads can be activated simply by picking up an iPhone, walking, or encountering a sudden movement like a car bump, leading to intrusive web redirects.

Rumors from Chinese users suggest that iOS 27.2 beta 2's newly added "Restrict Motion Data" option in the Settings menu was implemented to prevent apps from accessing accelerometer and gyroscope data. Currently, this feature is limited to mainland China App Store accounts, and it is unlikely to be available to iPhone users worldwide when iOS 27.2 is officially released later this year.

This report, titled "New iPhone Setting Lets Users Shake Off Motion-Sensing Ads," was originally published on MacRumors.com.

Written by urgent.news from MacRumors's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at macrumors.com →

More in Tech

The One-Line Refactor That Made this Become undefined in Production

Unlike languages where this is lexically bound to a class instance at definition time, JavaScript decides what this refers to at the moment a function is called, not where it was written.

  • this keyword in JavaScript is bound dynamically at function call
  • Extracting method reference caused this to evaluate to undefined
  • Arrow functions avoid extraction bug by lexical this capture

Hub-and-spoke Azure networking checklist (DNS, routing, NSGs, firewalls)

Hub-and-spoke is one of the most common Azure networking patterns and one of the easiest to get “mostly right” while still shipping a design that breaks under real traffic, real DNS needs, and real…

  • Clearly define hub responsibilities like firewall, VPN gateway, DNS, or shared services subnets
  • Ensure VNet peering is not transitive and spokes have explicit routing and inspection design

More from Wednesday 23 September →