简体   繁体   English

发送MySQL数据库数据到Objective-C

[英]sending MySQL database data to objective-c

I have been searching far and wide across the web, and I have not yet found a meaty tutorial on how to go about the following process: 我已经在网上搜索了很多东西,但还没有找到有关如何执行以下过程的详尽教程:

Remote MySQL db hosted on webhost, use a webservice to send data over to iPhone, then parse data into objective-c objects for use in-app... 托管在Webhost上的远程MySQL数据库,使用Web服务将数据发送到iPhone,然后将数据解析为Objective-C对象以在应用程序中使用...

Why is this not documented anywhere? 为什么在任何地方都没有记录? How do people normally deal with such a situation? 人们通常如何应对这种情况?

Check out this tutorial. 查看本教程。 It should give you everything you need to get started with server communication in iOS: http://www.raywenderlich.com/2941/how-to-write-a-simple-phpmysql-web-service-for-an-ios-app 它应该为您提供了开始在iOS中进行服务器通信所需的一切: http : //www.raywenderlich.com/2941/how-to-write-a-simple-phpmysql-web-service-for-an-ios-应用程式

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM