I understand that the mapkit is used to show a device location in the mapView , but I want to show the location of other ios devices in a map view of my application. Is there any options for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to maintain a web server with services running on it. One of the web service will accept the location details. From your app, at regular intervals, you have to post the location details to the server. Then with the help of other web service, you have to get the location details and show them in your app.