The fact
Apple's tech specs list the sensors in each phone. The iPhone 18 Pro includes a LiDAR Scanner. The iPhone Duo's sensor list does not โ it lists Touch ID, a barometer, a high dynamic range gyro, a high-g accelerometer, a proximity sensor and ambient light sensors.
So on the foldable, AR relies on the cameras and motion sensors alone.
What LiDAR actually does for AR
LiDAR measures depth directly by timing light. For AR that gives three practical advantages:
- Faster surface detection. Floors and tables are found almost instantly, instead of after the user moves the phone around.
- Works on plain surfaces. A blank white wall or a uniform floor has little visual texture for a camera to lock onto. Depth does not care.
- Scene reconstruction. Apple's ARKit builds a mesh of the room from LiDAR depth, which enables realistic occlusion and physics against real geometry.
How AR works without it
Camera-based AR uses visual-inertial tracking: it finds distinctive visual features in the camera image and combines their movement with motion sensor data to work out where the phone is and where surfaces are. It works well and powers AR on a huge number of devices. It also has predictable weak spots:
- Low light โ fewer visible features.
- Plain, shiny or reflective surfaces โ nothing stable to track.
- Slower start โ the user needs to move the phone before surfaces appear.
- No LiDAR-based scene mesh โ so features that depend on it are unavailable.
How to design an AR app that works on both
Coach the user. Show a clear, friendly instruction to slowly move the phone while surfaces are found. On a LiDAR phone this disappears almost immediately; on the Duo it does real work.
Check capability, do not assume it. Query whether the device supports scene reconstruction before enabling features that need it, and fall back gracefully.
Handle bad conditions honestly. If tracking is limited because the room is too dark or the surface is too plain, tell the user what to do rather than letting objects drift.
Treat the fold as a pose change. Opening or closing the phone mid-session changes how it is held and can interrupt tracking. Expect a brief re-localisation and design so the experience recovers smoothly.
Test on a non-LiDAR device. Teams that develop only on Pro phones are routinely surprised in the field. Most AR users do not have LiDAR.
The bigger point
The majority of phones running AR apps have never had LiDAR. The Duo simply makes that impossible to ignore at the premium end. An AR experience built to work well with cameras alone, and to be even better when LiDAR is present, is the right design for every device.
Common questions
Does iPhone Duo have LiDAR?
Apple's iPhone Duo tech specs do not list a LiDAR Scanner, while the iPhone 18 Pro specs do. AR on iPhone Duo relies on cameras and motion sensors.
Can AR apps work without LiDAR?
Yes. Camera-based visual-inertial tracking powers AR on most phones. It is slower to find surfaces and weaker in low light or on plain surfaces, but works well when designed for.
What AR features need LiDAR?
Apple's scene reconstruction, which builds a mesh of the room for realistic occlusion and physics, relies on LiDAR depth. Check device capability before enabling features that depend on it.
How do I make my AR app work on both iPhone 18 Pro and iPhone Duo?
Coach users to move the phone while surfaces are detected, check capabilities rather than assuming them, handle low light and plain surfaces with clear guidance, and test on a non-LiDAR device.
Keep reading
How our AR furniture app behaves on iPhone โHow GPS-based AR works โWhat an AR app costs โAR app development services โBuilding AR that has to work on every phone? ๐ฅฝ
We design AR for camera-only devices first and make it better where LiDAR exists. Fixed quote in 48 hours.