Hi all,
Just a quick question!
I have recently been chatting with some colleagues about an app idea, the app would need to show multiple user locations on a map (think Find My Friends) that is updated freqently. Without going into the detail with regards to privacy, which we have discussed in length, is this something that is possible using MKMapKit?
If this is possible what would be the best way to go about granting access for other users to be able to see your current location?
Thanks for the advice ;-)
Yes. There is no API for easy direct peer-to-peer communication between devices not on the same LAN (multipeer connectivity might work for devices physically very close together, but since you're talking maps, I doubt that would work for you). So a server would be needed.
It wouldn't have to be a "third party" server; you could use CloudKit or something. But in my opinion some sort of server would be required.