为iPhone应用程序创建WiFi Sync

时间:2022-02-19 18:13:03

For an iPhone app I need a web access/server to sync the Core Data database with the computer. So I can backup and replace it. But how can I create a port or something like this which can be called with the Mac or PC?

对于iPhone应用程序,我需要一个Web访问/服务器来将Core Data数据库与计算机同步。所以我可以备份并替换它。但是我如何创建一个可以用Mac或PC调用的端口或类似的东西?

1 个解决方案

#1


0  

For wifi sync you can use synchronous BSD sockets. Through which you can do your data sync.

对于wifi同步,您可以使用同步BSD套接字。通过它您可以进行数据同步。

#1


0  

For wifi sync you can use synchronous BSD sockets. Through which you can do your data sync.

对于wifi同步,您可以使用同步BSD套接字。通过它您可以进行数据同步。