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.