IronRepLogger does not collect, transmit, or share any personal information.
IronRepLogger is an offline gym training log: you pick a routine, record the weight and reps of every set, rest between them, and the app works out your personal records, weekly volume and streaks from what you logged. The pages that follow describe, in plain language, what the app does and does not do with the things you type into it.
None. The app asks for no name, email address, phone number, date of birth, or payment details, and it has no registration step. The display name shown on the profile screen is a label you type in for yourself — it is stored on the device, is never transmitted, and defaults to "Lifter" if you leave it alone.
For the app to work, the following is kept in the operating system's local storage, on your phone, and nowhere else:
None of it is uploaded. Uninstalling the app removes every byte. The 24 bundled exercises and 6 built-in routines are shipped inside the app itself and are not personal data.
The app requests no runtime permissions. It never asks for camera, microphone, location, contacts, photos, health data, or storage access, and the iOS build declares no permission usage descriptions at all. The Android package declares one permission, INTERNET, which is declared but unused — it is inherited from the project template, and the app contains no code that opens a network connection. It is disclosed here for completeness rather than because it is exercised.
Nothing. IronRepLogger is fully offline: it contacts no endpoints, has no backend, includes no HTTP client or networking library, and neither uploads nor downloads anything. It works exactly the same with the device in airplane mode, and no data leaves your device through the app under any circumstance.
No third-party services are integrated — no analytics SDK, no crash reporter, no advertising or attribution library, no cloud database, and no social login. The app is built with open-source Flutter packages (Hive for local storage, fl_chart for the progress charts, provider for state management, share_plus for the system share sheet, plus small formatting and animation helpers); these are code libraries compiled into the app, not services, and none of them phone home. The one place another app can become involved is the Share button on the profile screen: tapping it hands a short text summary of your own training totals to your device's standard share sheet, and you choose the destination, which is then governed by that app's own privacy policy.
IronRepLogger is a general-audience fitness app and is not directed at children under 13. Because it collects no personal information from anyone, it collects none from children, and there is nothing for a parent or guardian to request the deletion of beyond uninstalling the app. It contains no advertising, no in-app purchases, and no social or messaging features.
Your training log lives on your device, in storage only this app can read. You can view all of it in the app, change it by logging new sessions, delete any custom routine, and discard a session while it is in progress. Because nothing is ever transmitted, there is no server-side copy to request, export, correct, or erase. Uninstalling IronRepLogger permanently deletes all of it — the training history, records, body-weight check-ins, custom routines and preferences all go with the app's private storage, and no residue remains anywhere else.
If anything in this policy changes, the date at the top of the page will be revised, and material changes will appear in the app's release notes.