Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5967017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:52:57+00:00 2026-05-22T19:52:57+00:00

I am developing an application, whose data management is realized through Core Data, and

  • 0

I am developing an application, whose data management is realized through Core Data, and I am studying how to implement a feature to synchronize data between two different devices (even between iDevices and Mac’s eventually).

Until now I haven’t found nothing interesting or useful, so I am asking you for a good start point, a guide, or a model to follow. Did you ever realize something like this?

Update

I’ve started a bounty on this question. Synchronization could be a difficult task on iOS, but come on, there’s plenty of apps out there that offer device-to-device sync functionalities. My question is: how they do this? What’s the best approach? What are the different solutions?

Update 2

This question is surely outdated, right now, since iCloud has been released almost a year ago. I’d like to keep it alive since it can give interesting insights on mobile data synchronization between devices.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T19:52:58+00:00Added an answer on May 22, 2026 at 7:52 pm

    If you want to do it yourself, this can be a very nice, yet challenging exercise. I don’t know of any 3rd party frameworks that facilitate P2P connectivity between “iDevices”, other than the ones below, from Apple. You can do some research along those lines if you don’t want to re-invent the wheel. I am answering based on my (little) experience with implementing a syncing service via an app server – the principles must be more or less the same with a P2P approach.

    The first step would be to design a protocol for syncing your data. Questions you might have to answer for yourself:

    • What do I need to understand about data synchronization?
    • Which part of my Core Data model do I want to sync? Should I make changes to my current model to facilitate syncing?
    • What serialization/deserialization mechanism will I use?
    • How will I be able to uniquely identify entities across multiple devices?
    • How will I version my data? How can I tell which entities need to be sync’ed?
    • Do I need to be able to revert a syncing operation?
    • How will I keep track of sync progress and how will I handle failures and exception cases? How will I notify the user of these?
    • Do I prefer to sync “incrementally” (parts of my model) or “globally” (the whole model at once)?
    • How often will the user need to sync between devices?
    • Are there any security considerations? Do I need encryption?
    • etc.

    This is barely scratching the surface. You will definitely find more things to think about as you move forward.

    Next, determine how you want to connect between devices. You seem to prefer an over-the-air solution, the P2P kind. For that, I would start by looking at these tools:

    • GameKit (this framework has APIs for establishing connectivity between devices over Bluetooth)
    • Bonjour (the Apple protocol for device discovery over a network – see the BonjourWeb sample application) + BSD sockets

    Pick whichever tool(s) you feel most comfortable with and based on your design decisions discussed earlier. I can’t help you there, as I don’t have any experience with either of them. As Morpheus said:

    I can only show you the door. You’re
    the one that has to walk through it.

    Sorry, little humor 🙂

    Finally, decide on a solution to implement your syncing mechanism. You could e.g. choose a client-server model (one device will listen for a connection and another one will initiate it).

    More relevant documentation:

    • Networking & Internet Starting Point
    • Document Transfer Strategies

    I hope this gives you a starting path.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an application for Windows Mobile Devices using Visual Studio .NET 2008 whose
I am developing an application to install a large number of data files from
I'm currently developing a web application whose primary user function is uploading and downloading
When developing an application that sends out notification email messages, what are the best
I`m developing an application using Spring WebFlow 2, Facelets and JSF. One of my
I am developing console application in .Net and I want to change a behavior
I am developing an application, and have URLs in the format www.example.com/some_url/some_parameter/some_keyword . I
I'm developing an application targeting .NET Framework 2.0 using C# for which I need
I'm developing and application that runs as a Windows service. There are other components
I'm developing an application for an internal customer. One of the requirements is that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.