sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
MIT License
2.55k stars 107 forks source link

Action Proposal: Checking Ambient Light Level #153

Closed lorencerri closed 11 months ago

lorencerri commented 11 months ago

Description

I’m honestly not sure if Apple allows access to sensors like the ambient light level one but it seems super useful for the new action button to see if it’s needed to turn on the flashlight.

sindresorhus commented 11 months ago

iOS does actually have an API for this: https://developer.apple.com/documentation/sensorkit/srsensor/3377673-ambientlightsensor

But unfortunately, they only allow its usage for research study apps.

Apple only grants the entitlement for approved research studies.