0

I am wanting to learn about syncing data in my iPhone app with my MySql database.

I have nto done to much reading up on it yet, as it is pretty hard to find concrete information on it.

What is the best route to explore for this? Do I go down this route? ASIHTTPRequest Setup Instructions

My Question really is, where do I go to find out about this. I appreciate it is a big topic and I don't really want to go down a wrong route thinking it is the right one.

Any hints and tips are appreciated.

4

1 に答える 1

1

MySQL データベースをホストするサーバー用の REST インターフェイスと、iOS 上の CoreData サポート (Managed Object Loader) を備えた RestKit を使用します。

しかし、これは非常に幅広い質問であり、答えは多くの要因 (スキルとツールの可用性、サーバーへのアクセス、好み、哲学、プロジェクトの規模、同期の正確さと適時性) によって異なります。

于 2012-07-08T04:40:30.413 に答える