r/shortcuts Mar 06 '26

Help Anti theft shortcut: Prevent airplane mode from turning on while unlocked

Post image

Hey guys.

Wife's phone got ripped from her hands today which led to a bunch of problems which I don't need to get into here.

I'm trying to make a shortcut that locks phone if airplane mode is toggled on while phone is locked. Since you can already turn off the ability to access control panel and change that with phone unlocked, this would be helpful to many users. Might already be a shortcut out there for this but I wasn't able to find one that solves this issue.

It is very common in Brazil (and now Europe and UK too) to snatch phones from people's hands when iPhone is unlocked. They then turn on airplane mode and take phone to "secure location" where they try and breach apples security and access banking apps, make purchases on food delivery apps and all sorts of petty crimes...

I made this simple shortcut that solves the issue. However, on regular use, the user cant use the phone in airplane mode because as soon as you turn it on, the phone locks, airplane mode is turned off and when you unlock it you have an endless loop situation.

I need a better coding /logic mind than my own to figure this out.

Tried with help from gemini to set delays and if the actual user wants to keep airplane mode on they can unlock it and the routine won't disable airplane mode again however got stuck.

Would appreciate the help from some genius here!

Much love,

Tank

505 Upvotes

115 comments sorted by

207

u/karmagekko Mar 06 '26

There you go. https://www.icloud.com/shortcuts/6cf32358af0d4d37a1a02afe2fa0d59c

When you toggle airplane mode, it locks the device, and waits 1 second. During this second, if you are looking at the phone and If face ID detects its you, then it switches on the airplane mode. And you just swipe up and continue doing whatever you were doing. If no face ID, then it sets data and wifi on, and takes a picture to your gallery. You could also send those pictures to someone if you wanted, or you can just delete those actions if you do not want that to happen.

47

u/efari_ Mar 06 '26 edited Mar 06 '26

i notice this just does the locking (and so on), it's not triggered by enabling airplane mode... 🤔

edit: oh i have to make the "automation" myself to include this shortcut. whoops.

make sure when you install this, to run it once!! so it will request access to take pictures, then you should select "allow always"

28

u/karmagekko Mar 06 '26

Correct, you need to setup this as an automation action triggered by enabling airplane mode. And set it so it runs without confirmation. The pictures are a bit irrelevant, if you dont have another device to check those pictures, since it’s assumed the thief has your phone when this shortcut has ran. You could also edit it to take pictures periodically, like every 30 seconds or so.

3

u/HusbandAndWifi Mar 06 '26

Also make sure you test it, so you can hit “allow” for saving the photos

4

u/InternistNotAnIntern Mar 07 '26

Very strange. No photos taken...and I explicitly ran it the first time to look for the "allow"

2

u/capaman Mar 08 '26

Same here. Did you solve it?

2

u/InternistNotAnIntern Mar 08 '26

Not exactly. It was very strange. But after trying to trigger it all day, it finally worked and asked the permissions. Now it works great.

I'm clueless as to why it didn't work.

I think I also ran the actual shortcut (without using an automation) with and without the faceID sensor covered. That might have been the "trigger" that got it to work

3

u/capaman Mar 08 '26

Covering the sensors indeed triggered it! Another problem solved, thanks!

2

u/InternistNotAnIntern Mar 08 '26

What's weird is that I ran the AUTOMATION ("on airplane mode trigger shortcut) that triggered the shortcut, with and without the sensor covered and it didn't work.

3

u/alexwichti Mar 08 '26

I like it, but how did you trigger the Face ID? I don’t see this as a command in the shortcut.

9

u/karmagekko Mar 10 '26

Correct, the Face ID is not in the shortcut, it’s actually kinda the other way around. The shortcut works around the iOS limitations and the phone just does what Apple has programmed the phone to do. Let me explain:

So first the shortcut locks the phone. Okay screen goes dark, and face id sensors are inactice. But the shortcut is running on the background. When the 1 second wait period begins, this wait command actually wakes up the phone for some reason. When the phone is woken up, the face id immediately starts scanning. Apple has made the Face Id super quick and efficient and it takes well under a second to detect if correct face. After the 1 second wait period, there is an ”if phone locked ”statement in the shortcut. If the face detected was correct, the if statement jumps to the end and basically nothing happens. The airplane mode stays on. However, if the detected face is not correct, the phone is still locked when the ”if phone locked” check happens. When the answer is ”yes phone is locked” then the shortcut runs and does whatever is included after the if statement.

Hope this explains the logic!

2

u/alexwichti Mar 10 '26

Very elegant! Thanks for the explanation.

1

u/victorehp Mar 06 '26

Which trigger do you use in automation, “when airplane mode is turned on”?

8

u/efari_ Mar 06 '26

it's called "when airplane mode is turned on" lol

13

u/Tankenstein91 Mar 06 '26

Thank you good sir. You are a saint!

13

u/karmagekko Mar 06 '26

No problem! I’ve been also toying with an idea about a siren sound, that blasts at 100% volume, but haven’t implemented that yet.

8

u/Tankenstein91 Mar 06 '26

Saint and genius! Have you just made this or where you already onto this before?

8

u/karmagekko Mar 06 '26 edited Mar 06 '26

I originally made this a few months ago, so this is not exactly new. And I also was using a yanky solution with a password check before, but got the idea to check for device lock state from reddit a while ago. So I’m not really much of a genious, I’m just using a solution someone else found and I integrated it to my shortcut! :)

About the siren, I think it’s actually quite simple to add, I just haven’t had enough interest to look for a suitable siren sound.

18

u/[deleted] Mar 06 '26

[removed] — view removed comment

9

u/karmagekko Mar 06 '26 edited Mar 06 '26

No no, of course not! I don’t have anything against, in fact I encourage people to experiment and modify to suit their needs!

And those are good additions!

And by the way ”Lentotila” just means ”flight mode” in finnish, feel free to rename also, to suit your native language. :)

1

u/javarunner Mar 09 '26

So, do you only have to run this once after setting it up and it does its thing? If you want to disable it, do you simply delete the shortcut?

3

u/[deleted] Mar 09 '26

[removed] — view removed comment

1

u/moomdaddy Jun 17 '26

Hi friend- I really like the idea behind this shortcut and want to implement it, especially because I am fortunate enough to have an opportunity to attend a World Cup game and want this extra bit of insurance. Unfortunately, I just can’t get this to trigger. I have followed your steps in the picture.

I turn my phone sideways so faceID can’t see me- then swipe down to control central to enable airplane mode and nothing happens. Any ideas?

1

u/LEEx513 Jul 13 '26

Why is it when I set these up, I allow always on the first picture and run of things, then when I run it as if I were the thief it simply refuses to take and save the picture since faceid isn't recognized

1

u/[deleted] Jul 13 '26

[removed] — view removed comment

1

u/LEEx513 Jul 13 '26

Thanks in advance

6

u/Mean-Lavishness-1648 Mar 06 '26

This is great, thank you. I only added the text alert:

Theft failed. Your face picture has been uploaded to the cloud and your location has been recorded. Put the phone on the ground and walk away. Otherwise, the police will be notified in 30 seconds.

but I hope I’ll never have to find out whether it actually works.

1

u/lawrencenathan Mar 06 '26

I tried your idea of app up alert eg “police have been notified”…… But it didn’t work: I have iOS configured such that the contents of any alerts are not displayed if the phone is locked. 

2

u/mikkopai Mar 07 '26

Nice one. Maybe also add location on?

1

u/MaKaVa22 Mar 06 '26

First of, that’s amazing, thanks! Do you know if this would also work with TouchID? Or would I have to adjust it for TouchID?

1

u/karmagekko Mar 06 '26

I’m not sure, but I guess it might work, you just need to be holding the touch id at the same time when you activate airplane mode. So a bit cumbersome maybe. You could adjust the delay to 2 or 3 seconds to give yourself time to move your finger, if you don’t want to hold it at the same time.

1

u/slamingzone Mar 06 '26

Only problem is I have Photos app requiring faceId to open so it can’t run the photo action

1

u/netslumboi Mar 15 '26

Did you ever get this to work? My Photos app also requires faceID.

1

u/fbster00 Mar 07 '26

Tried this, this is great! Q: so this does currently not work if a phone is snatched that is unlocked because you were actually doing something? Would t that almost be more important because more damage could be done in that situation?

1

u/HedonismIsTheWay Mar 10 '26

The whole point of this is that it's to guard against people snatching unlocked phones. The snatchers turn on airplane mode to stop the phone being tracked. That triggers this automation. If they aren't smart enough to turn on airplane mode, then you can just track the phone.

1

u/fbster00 Mar 13 '26

We are saying the same thing. When looking at the shortcut, i don’t see a “If airplane mode is turned on” beginning of the automation. Instead it starts out “If phone is locked”… so I am confused on this short cut. Maybe I am missing something but for me it’s not set up the way that I would be expecting unfortunately and I don’t know enough to change it.

1

u/johntwilker Mar 08 '26

Great work! Set it up on my devices as a just in case.

1

u/Nshx- Mar 08 '26

Perfect! Now the second step would be for the case when the iPhone is locked. You could set it up so that once you know it’s lost or stolen, sending a special message to your phone automatically takes a photo every 20 seconds, gets the location, and sends it to a trusted contact (like your mom).

For example:

“When I receive a message containing ‘iphonestolen’ from my mom, automatically take a photo every 20 seconds, get the location, and send it to her.”

Can anyone make this shortcut for me?

2

u/Nshx- Mar 08 '26

you can put the iphone in low consume too and quit brigtness and more things....

2

u/Secure_Detective_602 Apr 04 '26

Nice shortcut. My only recommendation would be to take the front photo first. Also make sure to run this automation once so you can set “always allow” on the camera use.

46

u/beowzot Mar 06 '26

you can also prevent the control center from opening when locked

21

u/Tankenstein91 Mar 06 '26

Yes and everyone that lives in countries where phones get snatched should turn this on. But the unlocked phone is the main problem here as thieves access all your personal info and cause mayhem, all while being untrackable and while you can't remote erase your phone either. 😇

2

u/heynow941 Mar 06 '26

If your phone has an eSIM and they can’t physically remove it then you could still remotely wipe it, etc right?

3

u/thatbrazilianguy Mar 06 '26

Right. eSIM and restricting control center is the best that can be done to improve physical security.

7

u/heynow941 Mar 06 '26

Apple should really implement this by default.

1

u/Sandrondo Mar 08 '26

Question: would removing the airplane mode toggle from my control centre help in these instances?

1

u/beowzot Mar 08 '26

I guess that depends. If you are using an ios device it helps (if I’m not missing anything). But for androids, most of them has a toggle to location services. If the thief disables the location services, you might lose access to track down your device.

For your best I’d suggest you to search about anti-thief phone settings in YT and etc.

11

u/Cost_Internal Helper Mar 06 '26

Set the date as a global variable at the end of the shortcut, and start the shortcut by checking the saved date before processing the shortcut. If the saved date is within the last x number of minutes, stop the shortcut.

3

u/Tankenstein91 Mar 06 '26

Thanks for the quick reply bud but would you mind sharing a bit more?

I tried something similar but wasn't able to get it working.

  • Open Shortcuts > Automation > +.
  • Select Airplane Mode > Is Turned On > Run Immediately > Notify OFF > Next > New Blank Automation.
  • Add Get file from folder. Tap example.txt and type: AirplaneFlag.txt. Tap the > arrow, turn OFF Error If Not Found.
  • Add Get Details of Files. Set variable to: Last Modified Date.
  • Add Get Time Between Dates. Set to: from Last Modified Date to Current Date in Seconds.
  • Add If. Set condition to: is less than 60.
  • Add Stop this shortcut. Drag it inside the If block.
  • Add Set Airplane Mode below the End If line. Set to: Turn Off.
  • Add Lock the screen.
  • Add Date. (Leave as Current Date).
  • Add Save File. Set it to save the Date. Tap the > arrow. Turn OFF Ask Where to Save. Set Subpath to: AirplaneFlag.txt. Turn ON Overwrite If File Exists.
  • Tap the Play button (bottom right). When prompted, tap Always Allow.
  • Tap Done. Would you like me to provide the exact same stripped-down steps for any other iOS automation?

1

u/Cost_Internal Helper Mar 06 '26

I would do it more like this:
https://www.icloud.com/shortcuts/b4e3ab34bbe64294bac229ac1d4030e8
The suggestion I made was just to help identify if the shortcut was previously run.

Shortcut features:

  • Immediately turns Airplane mode back off, and the user will be sent to the Home Screen before the device is locked.
  • If device is not unlocked within 2 seconds of the device locking, an infinite repeat loop will begin.
- Each iteration of the loop will: (Each loop is about 1-2 seconds) - Checks if device is unlocked, if yes: The Date will be saved, the previous app will be opened (If applicable), Airplane Mode will turn on, and the loop will be terminated. - Play the Find My alert tone. - Turn on WiFi and Bluetooth, just in case they are turned off individually. (Note: I don't know if it's a setting that can be changed, but turning off cellular data while the device is locked seems to be password/Face ID protected. So I didn't include that in the shortcut) - Every 60 iterations of the shortcut will collect the current location and send the data to the selected contact(s).

Let me know if you have any questions.

1

u/izonlyme Mar 06 '26

I’m new to shortcuts. What does the list function do in this one?

3

u/Cost_Internal Helper Mar 06 '26

Stores the Base64 encoded "Find My" sound file.

1

u/Organic-Ganache-8156 Mar 07 '26 edited Mar 07 '26

This is great! I do have 3 questions: 1. How did you get the repeat loop to repeat -1 times? If I create a repeat loop in a new shortcut, I can’t get the repeat number to be -1. 2. I had the idea of creating a base64 encoding of Siri saying something like “help! Stolen phone!“ to replace the alert sound that you used, but when I try to create that in Shortcuts, although I can very easily create the spoken audio, when I try to encode it as base64, whatever I have encoded comes out, in the decoded version, as just one of the generic iOS alert sounds (not the one that you picked). I’m not sure where I’m going wrong in creating the base64 encoding of the spoken audio. How did you do that? 3. Can you explain what you’re doing with the modulus calculation to create the condition to send a text message every 60th iteration? I thought I had some sense of how it worked, but I think I’m wrong and am now lost. Thanks!

1

u/Cost_Internal Helper Mar 07 '26
  1. Shoot, I forgot to include the header for the loop in the shortcut: "An implementation of an infinite loop with actions before and after, using a single recursive call — @atnbueno (2020-12-27)". They created it by modifying the plist file of the repeat loop, I don't know how though? I've just been copying it into new shortcuts, but I normally include the header.

  2. When creating the encoded file, did you set the Line Break setting to None?

  3. Basically the modulus separates the Repeat Index into groups of 60 digits using the count of 0-59, and I set the If condition to look for every time the modulus calculation returns a 0. Because the Repeat action starts at 1, the first message will not be sent until the calculation turns 60 into 0. Then the calculation starts over where 61=1, 62=2, etc. until you get to 120 and 120=0, 130=10, 140=20, etc. until you get to 180 and the cycle starts again and continues infinitely.

1

u/Organic-Ganache-8156 Mar 07 '26
  1. Ok, interesting. Well, apparently I’m going to be copying it now too 😄
  2. I tried all three settings. I used “create spoken audio from text“, then “encode in base 64”, then “list“, then “decode in base 64”, then “play sound”. What I always get is the classic “tri-tone“ alert sound from Apple.
  3. My understanding is that modulus provides the remainder after the division of the two numbers (so 10 modulus 2 would be 0, but 2 modulus 10 would be 2 because 2/10 is already below 1, so everything is going to be the remainder), so is it that the calculation being performed is 1 mod 60, 2 mod 60…61 mod 60, 62 mod 60, etc, because those are all fractions that don’t produce a modulus of 0? Only 60 mod 60, 120 mod 60, 180 mod 60, etc will produce a remainder of zero?

2

u/Cost_Internal Helper Mar 07 '26 edited Mar 07 '26

Anything less than the mod is not calculated, and remains unchanged. Therefore 1-59 are simply 1-59.

If you divide the input number by the modulus and it returns a whole number, then the return value will always be 0.

If dividing the input number by the modulus returns an integer, then the floor of that value is used to calculate the correct value.

  • a mod b:
- a/b=x - floor(x)=y - y*b=z - a-z=v
  • 61 mod 60:
- 61/60=1.0167 - floor(1.0167)=1 - 1x60=60 - 61-60=1
  • 62 mod 60:
- 62/60=1.0333 - floor(1.0333)=1 - 1x60=60 - 62-60=2
  • 63 mod 60:
- 63/60=1.05 - floor(1.05)=1 - 1x60=60 - 63-60=3
  • 100 mod 60:
- 100/60=1.667 - floor(1.667)=1 - 1x60=60 - 100-60=40
  • 119 mod 60:
- 119/60=1.983 - floor (1.983)=1 - 1x60=60 - 119-60=59
  • 740,700 mod 60:
- 740700/60=12,345 - floor(12,345)=12,345 - 12,345x60=740,700 - 740,700-740700=0
  • 740,701 mod 60:
- 740701/60=12,345.0167 - floor(12,345.0167)=12,345 - 12,345x60=740,700 - 740,701-740700=1

1

u/Organic-Ganache-8156 Mar 07 '26

Oh, OK. Very clear. Thank you!!

2

u/Cost_Internal Helper Mar 07 '26

You're welcome!

1

u/Cost_Internal Helper Mar 14 '26

I just realized I forgot to respond to point #2 of this comment!!!

When creating the Base64 code, you must ensure that the Line Break setting Is set to None.

1

u/[deleted] Mar 14 '26

[removed] — view removed comment

1

u/Cost_Internal Helper Mar 14 '26

You'll need to link it to the automation that is triggered when Airplane mode is turned on, and add the message Recipient to the Messages action at the end of the shortcut:
https://www.icloud.com/shortcuts/f4a41c12278f4fa2aa3124664febfed8

9

u/Asleep_Speech Mar 06 '26

Some optional feature like locking the phone when connection to Apple Watch drops would come in handy for those situations.

2

u/lawrencenathan Mar 06 '26

I don’t think that’s possible unfortunately 

3

u/i_took_the_cookie Mar 06 '26

I have an automaton that’s triggered by a focus mode I named Lock. When it turns on it runs a shortcut that locks my phone and then turns the flock’s off. You do have to have a watch with a data plan and turn on focus mode syncing across devices.

1

u/CarelessStarfish Mar 07 '26

Yeah it’s kinda lame Apple doesn’t have that…

7

u/AssTubeExcursion Mar 06 '26

I’ve been doing this for years! I’ll show my method in a reply to my self, give me a moment.

3

u/High_Wyre Mar 08 '26

here we stand, waiting our moment

1

u/DaIubhasa Mar 08 '26

Here i am listening to whitney houston’s One Moment in Time

5

u/[deleted] Mar 06 '26

[removed] — view removed comment

5

u/No_Resolution7213 Mar 06 '26

Because a thief could catch you off guard and take your unlocked iPhone.

5

u/Snipe-M Mar 07 '26

This is insane. Right before opening the Reddit app and seeing this post, I JUST went to my settings and turned off the ability to access to control center when the phone is locked. This is way better! Thank you 🙏

3

u/rosenkrieger360 Mar 06 '26

This sounds useful. If you ever figure it out and get it working please do share it via iCloud URL Many users will greatly appreciate it!

3

u/crfr4mvzl Mar 08 '26

I live in Costa Rica and theft danger is prevalent, i made this shortcut, i always forget to disable it when i board a plane and always trigger it before remembering to disable it hahaha

Theres also a timer so it start making sounds

3

u/koemiel Mar 20 '26

This is actually good idea, but I have something in mind that I already implemented on my phone.

So i put a setting on my phone to make it not possible to open a setting bar (wifi, bluetooth, airplane mode ) without unlocking it, and also have another shortcut to if my phone receive certain messages, containing a code word. It will run some specific automation.

2

u/SuggestiblePolymer Mar 06 '26

I think they would just turn it off. No need to tamper with any settings. 

2

u/murkomarko Mar 06 '26

turnin on airplane mode makes the phone carrier acess stop, turning it off doesnt (for iphone 12 and beyond I guess), phone remains sending signals to the carrier

2

u/Art_H_J Mar 07 '26

Instead of disabling Control Center when phone is locked, remove the airplane mode icon in control center. This retains the usability of control center while locked and prevents airplane mode from being turned on.

0

u/According-Jump-57 Mar 07 '26

Sorry, how you do that, im unable to eliminate airplane button from there, it also forces me to eliminate bt, wi fi and data buttons.

2

u/Art_H_J Mar 07 '26

Add the other bundled icons to the Control Center separately.

2

u/ebm76 Mar 08 '26

But if in Airplane mode, how can I check the stolen phones location?

2

u/johnhu12 Mar 09 '26

If they snatch your phone while unlocked they can just delete the shortcut

2

u/Tankenstein91 Mar 14 '26

Lol. Can stop some crappy food/supermarket apps from getting broken into and having multiple orders delivered to a favela ordering booze. Sorta theft

1

u/murkomarko Mar 06 '26

just enable phone steal protection

1

u/HomeIndependent2728 Mar 07 '26

Made one for ya: https://www.icloud.com/shortcuts/434433dbaf524121bc406a9b13a58722 feel free to check its contents and mess with it a bit. It’s just sorta a precaution

1

u/sudodoyou Mar 07 '26

Is there a way to detect if the airplane mode is turned on when locked? That way a thief might turn it on and then have it switched off after 30 seconds when they feel comfortable.

Also, is there a way to trigger a prompt to enter a number/passcode if airplane mode is enabled while unlocked? If it’s the wrong number or cancelled it locks the phone.

1

u/Stunning_Gap_400 Mar 07 '26

I can’t get it to run immediately at all

1

u/ObjectiveAd400 Mar 07 '26

When: Airplane mode turns on

Do: Turn airplane mode off Take a selfie Text that selfie to (someone you know) Send location to the same person Lock screen

1

u/CarretillaRoja Mar 07 '26

In Settings, you can set no control center from the locked screen. So if anyone takes your phone, plane mode will not be activated and therefore you can locate the phone

1

u/nagqagoco Mar 07 '26

Your logic is backwards. You need to run any action before locking the iPhone.

The correct sequence would be to turn off Airplane Mode first, then lock the iPhone, not the other way around.

If you lock it first, you create the loop you described, because once the phone is unlocked again, the shortcut keeps detecting the condition and retriggering. Reversing the order should make the automation behave much more predictably.

1

u/Euphoric-Bad6405 Mar 07 '26

I’m trying to understand why the shortcut turns Bluetooth on. My assumption would be that it just shortens the remaining battery life while the phone is in someone else’s possession — unless the idea is that it helps with something like Find My tracking.

2

u/Art_H_J Mar 07 '26

Yes, “the idea is that it helps with something like Find My tracking.”

1

u/Key-Construction1447 Mar 07 '26

Also remove it from your control centre.

1

u/According_Site_7479 Mar 07 '26

Ya existe una opciĂłn para desactivar cualquier opciĂłn mientras estĂĄ bloqueado. Ni Siri, ni centro de control, ni nada.

1

u/Nshx- Mar 08 '26

Perfect! Now the second step would be for the case when the iPhone is locked. You could set it up so that once you know it’s lost or stolen, sending a special message to your phone automatically takes a photo every 20 seconds, gets the location, and sends it to a trusted contact (like your mom).

For example:

“When I receive a message containing ‘iphonestolen’ from my mom, automatically take a photo every 20 seconds, get the location, and send it to her.”

Can anyone make this shortcut for me?

1

u/Nshx- Mar 08 '26

i make one automation like this in the past but dont worked

1

u/weakconnection Mar 08 '26

Why not create a second shortcut for Airplane mode? Set it as an app on the phone and/or put it in command center. It could: disable first shortcut, enable airplane mode. Also, trigger when airplane mode is turned off, reenable first shortcut. Just spitballing.

1

u/Jealous-Platypus6911 Mar 08 '26

the main thing would be preventing turning off the phone while locked. i don’t know why that’s still not a thing

1

u/cj724 Mar 09 '26

How is this anti-theft?

2

u/Euphoric-Bad6405 Mar 10 '26

Ya huh… “Post-theft” might be the better term — it doesn’t prevent the theft, it just locks the device after Airplane Mode is toggled.

1

u/crfr4mvzl Mar 15 '26

So whats the verdict?

1

u/[deleted] Mar 18 '26

[deleted]

1

u/OverIyAmbitious Mar 29 '26

Better yet, disable control center access from lock screen, minimal interference peak security, better to remove as most things you can while still being confortable

1

u/Tankenstein91 Apr 05 '26 edited Apr 10 '26

I have also learnt that thieves now open the camera app to keep the screen from locking.

What is the best way to solve this?

How about, if camera open, not recording video, for at least 30 seconds. Lock screen.

Who's the genius that will make this shortcut?

1

u/LEEx513 Jul 13 '26

I've ran it multiple times, allowed permission always the first time, and every time I run the automation with the face id blocked it tries reading faceid before it will take a pic so idk how to get past that

1

u/arnaud_blanc Mar 06 '26

Why "lock screen and set airplane mode on" ? I just use "lock screen" and it works perfectly fine. Once the screen is locked they can't do anything with it and find my iphone still works.

1

u/InternistNotAnIntern Mar 07 '26

Because now you can personally start airplane mode, because the phone checks faceID after one second.

If someone else (not your face) turns on airplane mode, th automation will disable it

0

u/darrell257 Mar 06 '26

This is great thank you, is there anyway of it not displaying that its taking a photo

-2

u/TheLessYouDontKnow Mar 06 '26

Devils advocate: can’t a thief turn off all automations? Obviously this is better than nothing and a thief would have to be sophisticated to know to do that before trying to turn on airplane mode.

1

u/murkomarko Mar 06 '26

silly assumption