# QR Manutec

> QR Manutec (iPhone/iPad app by Totem Consulting.)

- Source: https://appshunter.io/ios/app/qr-manutec/id1179381508 (this page in markdown: same URL + `.md`)
- Developer: [Totem Consulting](https://appshunter.io/developer/422128414)
- Category: Productivity, Utilities
- Price: Free
- Age rating: 4+
- Requires: iOS 12.0 · 6 MB
- Languages: American English, Italian
- Released: 2016-12-05
- Data updated: 2026-05-16
- User reviews in markdown: https://appshunter.io/ios/app/qr-manutec/id1179381508/reviews.md

## What is QR Manutec?

QR Manutec is an offline-first barcode (all barcodes supported, not only QR) archive and server sync app.
You can use this app for tracking purposes, as every scan is geolocalized and timestamped.
There's a CVS export method or a simple but more efficient client/server procedure to make sure that no scan are lost, and everything is taken to your remote server.

Scans can be collected offline, and the app will try to synch the scan list in background, you don't have to leave the app open.

Every scan is associated to an unique code, so to implement the synch function you have to create two distinct functions, a "check" and a "send".

The check and send methods both use the standard POST function, passing all the values to the server, as a normal internet form would do.

From version 1.1.1 you can export the data via email, as a CVS attachment.
You have to enable the "Advanced features" in the settings to see the export button.

There is also an auto delete function where you can set to enable auto delete and set the number of tolerance days. Only the scan already in synch will be deleted.

From your web server side, you can implement the CHECK function as the following guidelines, to make it work with the app:

- client side it will call the check function for every scan with a POST, passing the unique scan identifier
- your server has to query its database, search for that unique value, and i found should send back a string with this pattern: "CHECK:"+unique id+"|"+long description+"&"+short description (the icon in the app will change accordingly)
- in case the server wants to delete the scan, it should reply with this pattern: "CHECK:"+unique id+"|"+"DELETE" (the icon in the app will change accordingly)
- in case the user click the "Cancel Scan", in the send post there will be a field note with the text: ASKDEL, in this case, if the server responds with: "ASKDEL:"+unique id+"|"+"&", the scan will be deleted in the client (the icon in the app will change accordingly)
- if the server replies with this pattern: "NOTE:"+unique id+"|"+"&", will mark the scan as there are notes (the icon in the app will change accordingly)


## Version history (last 5 releases)

### 1.2.4 — 2025-12-13

Updated age rules

### 1.2.3 — 2025-03-31

Refresh after 3 years

### 1.2.2 — 2021-07-18

Bugfixes

### 1.2.1 — 2018-05-08

This app has been updated by Apple to display the Apple Watch app icon.

- UI fixes (added date on list view, ordered now with most recent first)

### 1.2 — 2018-05-03

+ now you can export list without filters

## Apps similar to QR Manutec

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [BITS SU App](https://appshunter.io/ios/app/bits-su-app/id1483960095) | — | Free | Productivity |
| [Chrono Plus – Time Tracker](https://appshunter.io/ios/app/chrono-plus-time-tracker/id944992206) | 4.1 (74) | Free | Productivity |
| [Dusty Servizi per il cittadino](https://appshunter.io/ios/app/dusty-servizi-per-il-cittadino/id1661779856) | — | Free | Productivity |
| [Linck: Link in Bio with Domain](https://appshunter.io/ios/app/linck-link-in-bio-with-domain/id6476173492) | — | Free | Productivity |
| [Zone - Pomodoro Focus Timer](https://appshunter.io/ios/app/zone-pomodoro-focus-timer/id1001401659) | 5.0 (1) | Free | Productivity |
| [Desigo CC](https://appshunter.io/ios/app/desigo-cc/id1096128378) | — | Free | Productivity |

## More apps by Totem Consulting

- [Antheartide](https://appshunter.io/ios/app/antheartide/id6760981669)

All apps by Totem Consulting: https://appshunter.io/developer/422128414

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-05-16.*
