Mobile App Development for Excursions (Tour Guide)

NOVASOLUTIONS.TECHNOLOGY 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 1 servicesAll 1735 services
Mobile App Development for Excursions (Tour Guide)
Medium
from 2 weeks to 3 months
FAQ
Our competencies:
Development stages
Latest works
  • image_mobile-applications_feedme_467_0.webp
    Development of a mobile application for FEEDME
    756
  • image_mobile-applications_xoomer_471_0.webp
    Development of a mobile application for XOOMER
    624
  • image_mobile-applications_rhl_428_0.webp
    Development of a mobile application for RHL
    1052
  • image_mobile-applications_zippy_411_0.webp
    Development of a mobile application for ZIPPY
    947
  • image_mobile-applications_affhome_429_0.webp
    Development of a mobile application for Affhome
    862
  • image_mobile-applications_flavors_409_0.webp
    Development of a mobile application for the FLAVORS company
    445

Mobile App for Excursions and Tour Guides

A tourist guide app must work under far-from-ideal conditions: poor roaming internet, drained battery at day end, bright sun making screen unreadable, noise and inability to look at phone. All these are limitations that define architectural decisions.

Offline Content: Maps and Media

Tourists download guide before trip and use it offline. Offline maps — first priority.

Mapbox allows downloading tiles for a region via OfflineManager. User selects city, app downloads tiles of needed zoom levels (usually 10-16) — this is 50-200 MB for an average city. Map updates when internet available.

Google Maps doesn't provide offline tiles through SDK — only via Google Maps app's own UI. For custom guide, Mapbox or HERE Maps SDK — only options with programmatic offline cache control.

Audio guides — MP3 or AAC files, downloaded with route. Auto-playback when approaching point: geofence 50-100 meter radius, CLCircularRegion / Android Geofencing API. On entry — AVAudioPlayer / MediaPlayer starts playback. User doesn't need to look at screen.

High-resolution images — heavy. Strategy: thumbnail (100-200 KB) in list, full photo (1-3 MB) loads on tap and caches. Kingfisher (iOS) / Glide (Android) for image cache management. Offline mode: if photo already cached — show, if not — placeholder.

Routes and Navigation

Excursion route — sequence of points with description. Visualization: Polyline on map via connecting coordinates. Mapbox LineLayer with custom style — color, thickness, dashes for recommended path.

Turn-by-turn navigation for pedestrians — either Mapbox Navigation SDK integration or simple mode "arrow + distance to next point". Second option simpler, uses less battery, better for excursion (person walks, looks around, doesn't follow route strictly).

AR Mode

Extra feature: point camera at building — see name, construction year, historical info. ARKit (iOS, ARWorldTrackingConfiguration) + CoreLocation for direction → object mapping in world coordinates → SCNNode with UIView as overlay.

On Android — ARCore with GeospatialAPI (Google Maps AR) — allows positioning AR content by GPS coordinates without markers.

AR for guide — impressive feature, but needs accurate GPS and good lighting. Object positioning drifts in poor GPS signal. Implement as optional mode with fallback to map.

Audio Guide Without Headphones

Priority: user listens to excursion via speaker. Phone speaker works in conversation mode (quiet, to ear) or media mode (loud). Need media mode: AVAudioSession.sharedInstance().setCategory(.playback) (iOS), AudioAttributes.USAGE_MEDIA (Android).

On incoming call — pause playback (audioSessionInterruptionNotification on iOS / AudioFocusRequest on Android), resume after call ends.

Monetization and Content

Base content free, premium routes — in-app purchase. StoreKit 2 (iOS) — Product.purchase() with async/await. Android BillingClientlaunchBillingFlow(). Subscription for all city routes or one-time route purchase.

Content management: routes and points edited via CMS (headless, e.g. Strapi), published via API. App checks for updates on launch and in background.

Stack: Swift/SwiftUI (iOS) or Flutter (cross-platform), Mapbox SDK, AVFoundation / MediaPlayer, StoreKit 2 / Google Play Billing.

Timeline: 8 to 16 weeks. Cost calculated individually.