Hi a client asked me to build a cross-platform app (Android & iOS) for real-time tracking. I need to send the location of users in the field back to the server every 30-60 or 90 seconds. Is it possible?
Are there any examples or case studies I can look at to understand the technical feasibility of this application?
k
Karen Frangulyan
03/03/2026, 12:54 PM
Yes, I’ve done something similar with KMP/CMP, it was a driving logbook, detecting when the user starts driving and tracking/recording the trips automatically (also in background), including showing it live on map. I had practically no swift code, all kotlin.
a
Android75
03/03/2026, 1:09 PM
Thanks,I think the real problems will be with ios
k
Karen Frangulyan
03/03/2026, 1:11 PM
my app worked equally good on both iOS and Android
Karen Frangulyan
03/03/2026, 1:16 PM
again, no swift code, including showing Apple Maps with advanced path polylines, markers, annotations, overlays, all in kotlin on ios
a
Android75
03/03/2026, 2:07 PM
in this case and luckly i don't need apple maps but only ge-localitation