Problems & solutions · Mobile App

Humanitarian Field Data Collection Problems: The 7 That Cost Real Money, and How to Avoid Them

Humanitarian Field Data Collection Platform product interface illustration showing common problems and fixes.
The short answer

The single most expensive failure in this category is rebuilding the form engine. A team arrives wanting a better questionnaire, spends most of a $70,000 to $150,000 first release recreating what XLSForm, KoboToolbox and SurveyCTO already do correctly, and ships without the layer that actually loses rounds: enumerator assignment, automated back check sampling and fabrication detection. The bill is not just the wasted budget. It is the next assessment, where a team with an eleven minute median interview on a forty minute form is still discovered after demobilisation, and a district's worth of household data has to be written off in front of an evaluator.

Why does the scope collapse into rebuilding the form engine so often?

Because the form is the part everyone can see. The programme manager has used the tablet and the questionnaire is the artefact that gets argued about in workshops, so the requirement that reaches a developer is a better form, and a developer who has not worked in this sector will happily quote for one.

What that misses is that offline form capture is a solved problem with an open standard behind it. XLSForm is portable, KoboToolbox costs nothing, and SurveyCTO already captures text and audio audits that show how an interview progressed. Rebuilding any of that spends the budget on the one part you can get for free, and it introduces a class of bugs, offline sync and conflict resolution, that took those projects years to settle.

The fix is a scoping rule you can state before you speak to anyone: we are not building a form renderer. Write the first release around the submission rather than before it. Enumerator records with training scores, teams and supervisors. Work packages pushed to devices so a tablet only ever holds its own caseload. Paradata captured on ingest. Automated back check sampling weighted toward flagged enumerators. In our delivery experience, keeping an existing capture tool rather than replacing it takes roughly a third off the budget and removes the highest risk engineering entirely.

What goes wrong when you migrate historic rounds and mid round form versions?

Two things, and both are discovered late. The first is that historic exports were flattened for analysis, not for storage. Repeat groups became wide columns with numbered suffixes, select multiple answers became concatenated strings, and column meaning depends on which questionnaire version produced it. Importing that is a reconstruction rather than a load job, and it fails quietly because nothing errors, it just produces a row that looks plausible.

The second is form versioning. Assessment questionnaires get corrected mid round, because a translation was wrong or a skip rule fired incorrectly, and the correction is applied to the live form. Unless the form version is stamped on every submission, you now have one dataset with two definitions of the same variable and no way to separate them. That is the failure that contaminates an indicator rather than just losing a district.

The concrete fix is to treat the form version as a first class fact from day one, stamped on every submission and stored alongside the definition it refers to, so a mid round correction becomes analysable rather than fatal. For history, migrate selectively: bring in the rounds you genuinely reanalyse, with a documented mapping per version, and archive the rest as files with a manifest. Reconciling counts per district per round against the original export, before anyone trusts the new system, is the step teams skip and regret.

Why do the integrations that matter here break after launch?

Three integrations carry the value in this category and each fails in a different way. The capture tool connection is the first. If you have kept Kobo or SurveyCTO, your platform pulls submissions from it, and that link breaks when the questionnaire changes shape. A new repeat group appears, a question is renamed, and the ingest either drops fields silently or rejects the batch. Nobody notices for a week because the field teams are still submitting successfully.

Mobile money for enumerator payment is the second. Payment integrations in the countries where this work happens are country specific, they change without much notice, and they fail in ways that leave a transaction in an unknown state. Paying two hundred people per interview means reconciliation is not optional. Every disbursement needs an idempotency key and a status check, so a retry cannot double pay and a timeout does not become a dispute at the next round.

Donor reporting is the third, and it fails not technically but definitionally. A donor changes what counts inside indicator 2.3 mid award, your export mapping still runs, and the number it produces is now measuring something else. The fix is that indicator definitions are versioned configuration with numerator, denominator, disaggregation dimensions and source questions held explicitly, so a definition change produces a new version and both figures stay reproducible. Add a small ingest contract test that runs against the live form after every questionnaire change, and an alert on submission volume dropping to zero for any team. Silent integration failure is the norm here, not the exception.

What happens when personal data protection and consent are not covered?

It is not covered in most first releases, because it is invisible in a demonstration. Household surveys collect names, locations, household composition, income, and in protection work, incident detail and health status. That data sits on tablets that travel, in a database, and in exports that get emailed to a consultant who needed a quick file.

The failure is rarely a breach in the dramatic sense. It is that an analyst downloads an identified extract because that is the only export available, a partner receives it, and nobody can say afterwards who held what. Consent was taken verbally at a door, translated on the spot by the enumerator, and recorded as a tick. When a donor or a protection adviser asks what people actually agreed to, there is no answer.

The fix is structural and it belongs in the first release, not a later phase, because retrofitting separation across a live dataset is genuinely expensive. Split identifiers from analytical data at rest, restrict the identified layer to named roles with access logging, and make de-identified export the default so the quick file does not create the incident. Record consent as a structured fact carrying the language used and the version of the consent text read out. Set retention as a configured period with automatic disposal rather than an intention nobody owns. Devices carry only the assigned caseload, encrypted, with remote revocation that has been tested rather than assumed.

Should you build custom or configure what you already own?

Configure, for a large share of organisations, and we would say so on a call. If you run two rounds a year with around 25 or 30 enumerators in one or two languages, and a supervisor can genuinely review incoming submissions daily, KoboToolbox costs nothing and does the job. SurveyCTO earns its licence when data quality is your main worry and your rounds are modest, because its audit capture is real and most teams never use what they already have. CommCare is the right choice when the work is longitudinal case management with returning visits rather than a cross sectional assessment. Spending on enumerator training will beat spending on software at that scale, reliably.

The build case starts when two or more of these are true. You run rounds above roughly 80 enumerators and assignment lives in a spreadsheet. You pay per interview and payment disputes have already cost you time. You have found fabricated data after demobilisation. The same dataset feeds three or more donor templates with conflicting definitions. Or you hold protection sensitive records and your honest answer to who can see identified data is that the analysts can. Even then, the recommendation stands: configure the capture layer, build the workforce, quality and indicator layers around it.

How do hidden costs get into the quote?

Four ways, and all of them are avoidable if you ask early. Right to left and non Latin script rendering is the first. It is treated as translation and it is not. Numeric input inside a right to left form with skip logic breaks on specific tablet models, response option order changes meaning when translated, and Eastern and Western Arabic numerals arrive mixed because enumerators use whichever keyboard they have. Device level rendering tests belong in the release checklist and they are real work that nobody quotes.

Donor templates are the second. A quote that says donor reporting is a line item, not a count. Ask how many templates, and whether their indicator definitions conflict, because they usually do, and each conflicting definition is a separate measurement path rather than a formatting option.

Payment is the third, particularly mobile money in the field, and it is a subsystem rather than a feature. Multi country deployment is the fourth, because the personal data position changes with jurisdiction and so does the hosting decision.

Ask for the estimate broken out by these four before you sign anything.

What separates a build that works from one that fails here?

The working builds get detection to a supervisor while the team is still in the district. That is the whole difference. Flagged submissions enter the next day's back check sample automatically, the short verification form is on the supervisor's device, mismatches roll into an enumerator quality score, and rejected work does not count toward payment. That last rule changes behaviour more than any training session, and it only works if the pieces are connected.

The failing builds treat quality as reporting. They flag outliers into a dashboard that a data manager reads after demobilisation, which is documentation rather than quality control. They also tend to over automate the judgement. Ranking suspicious submissions so a supervisor listens to twenty recordings instead of a random hundred is worth building. Scoring an enumerator's honesty automatically and acting on the score is a liability, and any developer who offers it has not thought about what happens when a field worker disputes it.

Two practical tests before you commit. Ask a developer to describe what happens when a device has been offline for five days, the battery died mid sync, and the same submission arrives twice. Vague reassurance about offline support means data loss. Then ask them to walk through how identifiers are separated from analytical data and who can see each layer. If personal data protection comes back as a permissions checkbox, they should not be holding your respondents' records. Get code ownership in writing before kickoff, covering the repository, the infrastructure accounts and the right to hire someone else. In a sector funded round to round, a vendor holding your pipeline is why organisations re-procure the same system every four years.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. The median annual wage for U.S. software developers was $133,080 in May 2024, and employment is projected to grow 15% from 2024 to 2034 - a core input to any in-house build-vs-buy TCO model. Source: U.S. Bureau of Labor Statistics (2024) →
  2. Google-commissioned research (conducted by Deloitte and 55) analyzing over 30 million user sessions across 37 leading European and American brand sites found that faster mobile site speed correlated with improved funnel progression, conversions, and average order value across retail, travel, luxury, and lead-generation verticals. Source: web.dev (Google Chrome team) / Milliseconds Make Millions (2020) →
  3. 48% of private companies cite integration with legacy systems or technical debt as a top obstacle to realizing the full value of their digital and AI investments (behind data quality/availability at 72% and gaps in AI fluency or technology talent/leadership at 53%). Source: Deloitte (2026) →
  4. 76% of developers are using or planning to use AI tools in their development process in 2024 (up from 70% in 2023), with current active use rising to 62% from 44%; 81% agree increasing productivity is the biggest benefit of AI tools. Source: Stack Overflow (2024) →
Devon W. · Senior Account Director · DTC · New York

Devon looks after direct to consumer accounts, where the store is the business and a bad checkout costs money the same day. He works with brands on commerce builds and site changes, and writes about what to prioritize when every request looks urgent.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

We already use KoboToolbox. What should a custom build actually replace?
Nothing in the capture layer. Keep Kobo for offline form rendering and submission, because XLSForm is portable and that problem is solved. What a build replaces is the spreadsheet and the WhatsApp group around it: enumerator records with training scores and teams, work packages pushed so a device holds only its own caseload, paradata driven quality flags, automated back check sampling, and a versioned indicator pipeline. In our delivery experience that decision removes roughly a third of the budget and all of the riskiest engineering.
How do we avoid contaminating a dataset when we fix a form mid round?
Stamp the form version on every submission and store the definition alongside it, so a corrected question produces a separately identifiable set of rows rather than a silently mixed variable. Then decide explicitly, and record the decision, whether the pre-correction responses are analysable, mappable or excluded. Teams that patch the live form without versioning discover the problem at analysis, when the only remaining option is to drop everything collected before the fix.
Our historic exports are flat CSV files. How hard is migration really?
Harder than it looks, because flattening was lossy. Repeat groups became numbered columns, select multiple answers became concatenated strings, and column meaning depends on which questionnaire version produced the file. That is a reconstruction with a documented mapping per version, not a load job, and it fails quietly rather than erroring. Migrate only the rounds you genuinely reanalyse, archive the rest as files with a manifest, and reconcile counts per district per round against the original export before trusting anything.
What breaks first after launch, in practice?
The link to your capture tool, usually within weeks. Someone edits the questionnaire, adds a repeat group or renames a question, and the ingest either drops fields silently or rejects a batch while field teams keep submitting happily. Build an ingest contract test that runs after every questionnaire change and alert on any team whose submission volume drops to zero. Silent integration failure is the normal case in this category, not an edge case.
Can we pay enumerators through the same system?
Yes, and it is worth doing because payment linked to accepted work changes behaviour. It is also a subsystem rather than a feature. Mobile money interfaces are country specific and change without much notice, and a timeout can leave a disbursement in an unknown state. Every payment needs an idempotency key and a status check so a retry cannot double pay, plus a supervisor approval step and a rule that back check rejected submissions do not count. Quote it separately.
A donor changed the definition of an indicator mid award. How should the system handle that?
By versioning the indicator rather than editing it. An indicator definition should be configuration holding the numerator and denominator expressions, the disaggregation dimensions such as sex, age band and disability status, and the source questions. Changing any of those creates a new version with an effective date, so the figure reported last quarter stays reproducible and the new figure is clearly a different measurement. Evaluators ask for exactly this, and an edited definition leaves you unable to answer.
How much does right to left or non Latin script support add?
Enough that it should be a named line in the quote rather than folded into localisation. The work is not translation, it is rendering and testing: numeric inputs inside right to left forms with skip logic behave differently across tablet models, translated response options can change order and meaning, and enumerators enter Eastern or Western Arabic numerals depending on their keyboard. Device level rendering tests belong in the release checklist, and the failure they prevent is losing a whole district's data.
Where does AI genuinely help, and where is it a liability?
It helps at triage and at coding. Ranking recorded consent and interview snippets so a supervisor reviews the twenty most suspicious rather than a random hundred is real value, provided the person decides and the decision is recorded. Coding open ended responses into categories with a reviewer handling boundary cases saves an analyst roughly a week per round. Anything that scores enumerator honesty automatically and acts on that score is a liability, because you cannot defend it when a field worker disputes the accusation.
How do I vet a software development agency before signing a contract?
Ask to speak with two past clients whose projects resemble yours in size and industry, and ask exactly who will write your code, since some agencies sell senior faces and deliver junior or subcontracted hands. Demand a written specification with acceptance criteria before any fixed price, and check that their portfolio links to products that are actually live. An instant quote given without questions about your workflows is the clearest warning sign there is.
Is buying a template app from CodeCanyon cheaper than hiring a developer?
Upfront, yes: templates sell for $30 to $200 against tens of thousands for custom work, but the total cost often flips within the first year. Templates commonly arrive with outdated dependencies, no ongoing updates, and code you cannot inspect before buying, and heavy customization of someone else's codebase can cost more than building clean. They are fine as a throwaway prototype and a poor foundation for an app your revenue depends on.
How much does a custom mobile app cost for a small business?
Across 2,000+ Digital Heroes projects, a small-business app typically lands between $20,000 and $60,000 for one platform with a modest backend, and a two-platform build with payments and custom logic starts near $90,000. The biggest cost driver is not screen count but backend complexity: user accounts, admin panels, and integrations. If the budget is under $15,000, test the idea on Bubble or FlutterFlow first instead of forcing a stripped-down custom build.
Can custom software connect to the tools we already use, like QuickBooks, Stripe, and Google Workspace?
Yes, and connecting your existing tools is one of the main reasons to build custom: mainstream platforms like QuickBooks, Stripe, Shopify, and Google Workspace all publish documented APIs. Budget 1 to 3 weeks of work per integration depending on API quality and how much data flows in both directions. Ask any vendor whether they have integrated with your specific tools before, because quirks like QuickBooks' OAuth token handling and API rate limits get learned on someone's project, and it should not be yours.
Can I start my app on Bubble or FlutterFlow and move to custom code later?
You can move partially, and the two tools differ sharply. FlutterFlow exports real Flutter source code on its paid plans, so a development team can take it over and keep building; Bubble has no code export, so leaving Bubble means a rebuild where only your data comes with you. If a future migration is realistic, pick FlutterFlow, keep the data model clean, and treat the no-code version as a market test rather than the permanent product.
What does app maintenance actually include after launch?
Four things: adapting to the major iOS and Android versions Apple and Google ship every year, updating third-party libraries before they break or go insecure, monitoring and fixing crashes, and keeping up with changing store policies. New features are not maintenance; they belong in a separate roadmap budget. An app that gets none of this usually starts visibly misbehaving within a year or two as operating system changes pile up.
How long does it take to build a custom web or mobile app from scratch?
Plan on 8 to 16 weeks for a focused first version and 4 to 9 months for a larger platform, which is the typical spread across Digital Heroes builds. The first 2 to 3 weeks go to discovery and design before any production code ships. The two things that stretch timelines most are integrations with legacy systems and slow feedback from your side, not developer speed.
How long until a business app pays for itself?
Internal and operations apps pay back fastest, typically inside 12 to 24 months across Digital Heroes projects, because the savings are countable: hours of manual entry removed, errors avoided, jobs scheduled tighter. Consumer apps are slower and riskier because payback depends on acquisition costs you only partly control. Before building, write down the one number the app must move, bookings per week or support calls per day, and have the agency design around it.
How do I vet a mobile app development agency before signing?
Ask for three apps they built that are live in the stores right now, then download them and read the recent reviews yourself. Ask exactly who will work on your project, because some agencies sell with senior staff and deliver with juniors or subcontractors, and request one past client you can call. An agency that stalls on any of those three requests is answering your question.
Who can build a custom mobile app system?

Digital Heroes builds custom mobile app systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other mobile app companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?