Mobile AR App Development for Industry

TRUETECH is engaged in the development, support and maintenance of iOS, Android, PWA mobile applications. We have extensive experience and expertise in publishing mobile applications in popular markets like Google Play, App Store, Amazon, AppGallery and others.

Development and support of all types of mobile applications:

Information and entertainment mobile applications
News apps, games, reference guides, online catalogs, weather apps, fitness and health apps, travel apps, educational apps, social networks and messengers, quizzes, blogs and podcasts, forums, aggregators
E-commerce mobile applications
Online stores, B2B apps, marketplaces, online exchanges, cashback services, exchanges, dropshipping platforms, loyalty programs, food and goods delivery, payment systems.
Business process management mobile applications
CRM systems, ERP systems, project management, sales team tools, financial management, production management, logistics and delivery management, HR management, data monitoring systems
Electronic services mobile applications
Classified ads platforms, online schools, online cinemas, electronic service platforms, cashback platforms, video hosting, thematic portals, online booking and scheduling platforms, online trading platforms

These are just some of the types of mobile applications we work with, and each of them may have its own specific features and functionality, tailored to the specific needs and goals of the client.

Showing 1 of 1All 1735 services
Mobile AR App Development for Industry
Complex
from 2 weeks to 3 months
Frequently Asked Questions

Our competencies:

Development stages

Latest works

  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    792
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    671
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1097
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    969
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    914
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    495

Industrial AR Mobile Application Development

A technician at an oil refinery needs to replace a valve. Equipment documentation is a 400-page PDF, pipeline schematic in AutoCAD on the server, replacement instructions in a laminated folder in the office. An AR app on the tablet points directly at the needed valve, overlay shows bolt torque specifications and step-by-step instructions over real equipment. This is not the future—this is working PTC Vuforia, Scope AR, Augmentir. We build similar systems for clients needing custom solutions for their ERP and production specifics.

Technical Complexity: Industrial Equipment Recognition

Standard flat-image tracking from AR catalogs doesn't work for factories: equipment is three-dimensional, metallic (reflections), often in poor lighting and hazy conditions. Approaches:

Marker-based. ArUco or QR markers affixed to equipment—reliable, independent of object appearance. Use ARImageTrackingConfiguration (ARKit) or AugmentedImageDatabase (ARCore). Downside: markers must be physically placed, can get dirty.

Markerless object recognition. ARKit provides ARObjectScanningConfiguration for scanning 3D objects into .arobject format and subsequent recognition via ARObjectAnchor. Works for compact equipment (pump, valve block) with sufficient texture. For large objects (turbine, tank)—train model via Create ML Object Detection or use Vuforia Model Targets SDK with custom app integration.

Spatial anchors for large objects. Azure Spatial Anchors or ARCore Cloud Anchors: position AR scene relative to object once, save anchor to cloud, on next app launch position recovers. Works across app restarts and device switches.

Integration with Production Systems

Industrial AR without integration is expensive toy. Real value:

  • SAP PM / Maximo: on equipment scan, app fetches current maintenance work order, repair history, needed parts
  • IoT/SCADA: overlay with real sensor readings (temperature, pressure, vibration) over physical equipment via OPC-UA or MQTT
  • Equipment digital passport: user sees AR layer with ERP data right above the machine

API integrations via REST or GraphQL, authentication via corporate SSO (SAML 2.0, Azure AD). Offline mode critical: production floor may lack stable Wi-Fi, all instructions cached locally via Core Data or Room.

UX Specifics for Industrial Use

Engineer in protective gloves with tablet—interface must work via large buttons, voice commands (SFSpeechRecognizer / Android Speech API), without removing gloves. Screen brightness in direct sun—use UIScreen.brightness = 1.0 programmatically and High Brightness Mode on supported devices. At explosion-hazard sites—only ATEX/IECEx certified devices, limiting hardware to specialized tablets.

Development Workflow

Audit equipment and production processes → choose recognition method (markers / object tracking / spatial anchors) → prototype on one equipment type → ERP/SCADA integration → develop authoring tool (so technologists create new AR instructions without programmers) → pilot in one shop → scale.

Timeline: pilot with marker tracking and 10–20 AR instructions—8–12 weeks. Full system with ERP integration and authoring tool—5–9 months. Cost individual.