Hi a client asked me to build a cross-platform ap...
# multiplatform
a
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
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
Thanks,I think the real problems will be with ios
k
my app worked equally good on both iOS and Android
again, no swift code, including showing Apple Maps with advanced path polylines, markers, annotations, overlays, all in kotlin on ios
a
in this case and luckly i don't need apple maps but only ge-localitation