Can you see a maps pin on an iPhone placed by a different person with the same app?

StackOverflow https://stackoverflow.com/questions/17203689

  •  01-06-2022
  •  | 
  •  

سؤال

I'm creating an app and want to know before I go further if within an app is it possible to place a pin on maps on one iPhone, and then in the same app on a different iPhone have that pin show up on the second phones' map? If so how?

Person A places pin. Person B sees Person A's pin on their map?

Thanks,

هل كانت مفيدة؟

المحلول

By default, that's not how maps works. You'd need to implement some kind of network service to record when users place pins and distribute that information to other relevant users' copies of the app, so that it can display the pins.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top