시행일: 2026년 8월 1일 · 최종 수정: 2026년 8월 9일
Android(Google Play) · iOS(App Store) 두 앱에 함께 적용됩니다.
한국어 · English
Sensor Checker(이하 “앱”)는 휴대폰에 어떤 센서가 있고 그 신호를 실제로 만들어낼 수 있는지 확인하는 점검 도구입니다. 특정 상황에 쓸 앱이나 장치를 만들려는 사람이, 이 기기가 필요한 신호를 낼 수 있는지 미리 시험해 보는 용도입니다.
이 앱은 사고·재난·응급 상황을 감지하거나 알려 주는 안전 장치가 아닙니다. 안전이 걸린 판단에 이 앱을 쓰지 마십시오.
사용자가 측정을 시작했을 때에 한해, 아래 값을 기기 안에 기록합니다.
| 구분 | 항목 | 쓰이는 곳 |
|---|---|---|
| 위치 | 위도·경도, 고도, 정확도(오차 반경), 속도, 위성 개수 | 지도 표시, 이동 경로 확인, 위치 신호 품질 판정 |
| 움직임 | 가속도, 선형 가속도, 중력, 자이로(회전), 기울기(피치·롤) | 파형 표시, 흔들림·기울기 관찰 |
| 방향 | 지자기, 방위각(나침반) | 나침반 표시 |
| 환경 | 기압, 상대 고도, 조도(빛), 근접 | 계기 표시, 센서 유무 확인 |
| 통신 신호 | Android — 신호 세기(RSRP dBm), 신호 막대 수준. iOS — 시험 요청의 왕복 시간 | 통신 가능 여부 판정 |
iOS 는 더 적게 읽습니다. 위성 개수, 전파 세기, 조도(빛), 근접은 iOS 가 앱에 열어주지 않는 값입니다. 그래서 iOS 판은 이 네 가지를 기록하지 않습니다 — 위 표에서 해당 항목은 Android 에만 적용됩니다.
수집하지 않는 것 — 이름, 전화번호, 이메일, 주소록, 통화·문자 내역, 사진, 마이크·카메라 입력, 기기 고유 식별자(IMEI·광고 ID 등), 설치된 앱 목록.
측정값은 기기 내부의 앱 전용 저장 공간(다른 앱이 접근할 수 없는 영역)에 저장됩니다. 개발자의 서버로 보내지 않으며, 그런 서버 자체가 없습니다.
사용자가 직접 “엑셀로 저장”을 선택한 경우에만 결과 파일이 기기의
다운로드 폴더에 만들어집니다. 그 파일을 누구에게 보낼지는 전적으로
사용자가 정합니다.
측정 데이터를 제3자에게 제공하지 않습니다. 판매·공유·광고 활용이 없습니다.
Android — 지도는 OpenStreetMap의 공개 타일 서버에서 이미지를 내려받아 그립니다. 이때 그 서버는 통신에 필요한 IP 주소와 요청한 지도 조각의 좌표를 받게 되며, 이는 대략적인 위치를 추정할 수 있는 정보입니다. 처리 방침은 osmfoundation.org/wiki/Privacy_Policy 에서 확인하실 수 있습니다.
iOS — 지도는 애플의 Apple 지도(MapKit)로 그립니다. 지도 표시에 필요한 범위의 정보가 애플에 전달되며, 처리 방침은 apple.com/legal/privacy에 있습니다.
어느 쪽이든 개발자는 이 통신에 관여하지 않고 기록도 남기지 않습니다. 지도 화면을 열지 않으면 이 통신은 일어나지 않습니다.
iOS는 앱에 전파 세기(dBm)를 알려주지 않습니다. 그래서 iOS판은 대신 짧은 빈 요청을 5초마다 실제로 보내 왕복 시간을 잽니다. 이 요청에는 측정값이 담기지 않으며, 개발자의 서버로 가지도 않습니다. 응답 시간만 읽고 버립니다. 측정을 시작하지 않으면 요청도 일어나지 않습니다.
저장된 측정 기록은 사용자가 지우기 전까지 기기에 남습니다. 삭제하는 방법은 두 가지입니다.
앱을 삭제하면 앱 전용 저장 공간의 데이터는 전부 지워집니다. 다만 사용자가 직접
내보낸 파일(Android는 다운로드 폴더의 엑셀, iOS는 공유 시트로 저장한 CSV)은
남으므로, 필요하면 따로 지우십시오.
Android
| 권한 | 이유 | 없으면 |
|---|---|---|
| 위치(정밀·대략) | GPS 신호 품질과 좌표를 측정 | 위치 관련 항목만 못 씀 |
| 알림 | 측정 중임을 알리는 상태 표시 | 측정이 중간에 멈출 수 있음 |
| 포그라운드 서비스 | 화면을 꺼도 측정을 이어감 | 백그라운드 측정 불가 |
| 인터넷 · 네트워크 상태 | 지도 타일 내려받기, 통신 상태 확인 | 지도가 비어 보임 |
| 고속 센서 사용 | 200Hz 등 빠른 주기로 진동을 관찰 | 느린 주기만 가능 |
| 절전 해제 | 측정 중 기기가 잠들지 않게 함 | 기록이 끊길 수 있음 |
iOS — 요구하는 권한이 더 적습니다. 나머지는 애플이 앱에 열어주지 않거나 권한 개념이 없습니다.
| 권한 | 이유 | 없으면 |
|---|---|---|
| 위치(앱 사용 중) | GPS 신호 품질과 좌표를 측정 | 위치 관련 항목만 못 씀 |
| 위치(항상) | 화면을 꺼도 측정을 이어감 | 화면이 켜져 있는 동안만 기록 |
| 동작 및 피트니스 | 가속도·자이로·자기장·기압을 읽음 | 계기와 요동 항목을 못 씀 |
권한은 언제든 기기 설정에서 거두실 수 있습니다. 거두면 해당 항목만 동작하지 않고, 나머지 기능은 그대로 쓰실 수 있습니다.
이 앱은 만 14세 미만 아동을 대상으로 하지 않으며, 아동으로부터 개인정보를 고의로 수집하지 않습니다. 애초에 어떤 정보도 외부로 수집·전송하지 않습니다.
데이터가 기기 안에만 있으므로, 열람·수정·삭제·이동을 사용자가 직접 하실 수 있습니다. 개발자에게 요청할 필요가 없고, 개발자는 사용자의 데이터를 갖고 있지 않아 대신 처리해 드릴 수도 없습니다.
내용이 바뀌면 이 페이지에 새 시행일과 함께 올립니다. 수집 항목이나 처리 방식이 중요하게 달라지는 경우에는 앱 안에서도 알려 드립니다.
개발자: 함윤식 (Dapanda)
이메일: club.dapanda@gmail.com
Effective: 1 August 2026 · Last updated: 9 August 2026
한국어 · English
Sensor Checker (“the app”) is a diagnostic tool that shows which sensors your phone has and whether it can actually produce their signals. It is meant for people evaluating whether a given handset could support an app or device they intend to build.
It is not a safety device and does not detect accidents, falls, or emergencies. Do not rely on it where safety is at stake.
Only while you have started a measurement, the app records the following on your device:
| Category | Values | Used for |
|---|---|---|
| Location | Latitude/longitude, altitude, accuracy radius, speed, satellite count | Map display, track review, GPS quality grading |
| Motion | Acceleration, linear acceleration, gravity, gyroscope, tilt (pitch/roll) | Waveform display, vibration and tilt observation |
| Heading | Magnetometer, azimuth | Compass display |
| Environment | Barometric pressure, relative altitude, light, proximity | Gauge display, sensor availability check |
| Connectivity | Android: signal strength (RSRP dBm) and bar level. iOS: round-trip time of a test request | Connectivity grading |
iOS reads less. Satellite count, cellular signal strength, ambient light and proximity are not exposed to apps on iOS, so the iOS app does not record them.
Not collected — name, phone number, email, contacts, call or message logs, photos, microphone or camera input, persistent device identifiers (IMEI, advertising ID), or the list of installed apps.
Measurements are written to the app’s private storage on your device, an area other apps cannot read. Nothing is uploaded to a developer server — no such server exists.
A file leaves that private area only when you explicitly export it — a
spreadsheet in your Downloads folder on Android, a CSV you save through the
share sheet on iOS. What you do with that file is entirely up to you.
Measurement data is never shared with third parties. It is not sold, disclosed, or used for advertising.
Android — maps are drawn from tiles fetched from OpenStreetMap’s public tile servers. Those servers necessarily receive your IP address and the coordinates of the tiles requested, which can indicate your approximate area. See osmfoundation.org/wiki/Privacy_Policy for their terms.
iOS — maps are drawn with Apple Maps (MapKit). Apple receives what it needs to render the map; see apple.com/legal/privacy.
Either way the developer is not part of that exchange and keeps no record of it. If you never open a map screen, this traffic does not occur.
iOS does not expose cellular signal strength to apps. The iOS app therefore sends one short empty request every five seconds and measures how long the round trip takes. That request carries none of your readings and does not go to a developer server. Only the elapsed time is read, then discarded. No measurement started means no requests.
Records stay on your device until you remove them. Two ways:
Uninstalling erases all app-private data. Files you exported yourself remain; delete them separately if you wish.
Android
| Permission | Reason | If denied |
|---|---|---|
| Location (fine, coarse) | Measure GPS quality and coordinates | Only location items stop working |
| Notifications | Show that a measurement is running | Measurement may be stopped by the system |
| Foreground service | Keep measuring with the screen off | No background measurement |
| Internet · Network state | Fetch map tiles, read connectivity | Maps appear blank |
| High sampling rate sensors | Observe vibration at rates such as 200 Hz | Slower rates only |
| Wake lock | Prevent sleep during a measurement | Recording may be interrupted |
iOS — fewer permissions are requested. The rest either are not exposed to apps by Apple or have no permission concept on iOS.
| Permission | Reason | If denied |
|---|---|---|
| Location (While Using) | Measure GPS quality and coordinates | Only location items stop working |
| Location (Always) | Keep measuring with the screen off | Records only while the screen is on |
| Motion & Fitness | Read acceleration, gyroscope, magnetometer, barometer | Instruments and heave stop working |
You may revoke any permission at any time in system settings. Doing so disables only the related items; everything else continues to work.
The app is not directed at children and does not knowingly collect personal information from them. It does not transmit any information off the device in the first place.
Because the data never leaves your device, you can access, correct, delete, and move it yourself. No request to the developer is needed — and the developer holds none of your data, so we could not act on such a request even if asked.
Revisions are posted on this page with a new effective date. Material changes to what is collected or how it is handled will also be announced inside the app.
Developer: Yunsik Ham (Dapanda)
Email: club.dapanda@gmail.com