简体   繁体   English

iOS应用后端

[英]Backend for iOS app

My question is how do i get information from a server to my iphone app. 我的问题是如何从服务器获取信息到我的iPhone应用程序。 let's assume I have completed my current project I'm working on that only needs data to be uploaded to my application. 假设我已经完成了我当前的项目,那只需要将数据上传到我的应用程序即可。

I understand there is a database or server I must create but how do I go about creating or modifying one for my needs. 我了解我必须创建一个数据库或服务器,但是如何根据自己的需要创建或修改一个数据库或服务器。

I mainly want to store login information from one user and allow users to search for people who have entered login information (name) to add to a friends lists within the current app. 我主要想存储一个用户的登录信息,并允许用户搜索输入了登录信息(名称)的人,以添加到当前应用程序的朋友列表中。

i think in your case you can use Django-tastypie for backend will be good choice.since using django you can develop it in quick time and the tastypie has api services which can used easily for retrieval and sending data 我认为在您的情况下,可以将Django-tastypie用于后端将是一个不错的选择。由于使用django,您可以快速开发它,并且asteapie具有可轻松用于检索和发送数据的api服务

you can go through this 你可以通过这个

http://django-tastypie.readthedocs.org/en/latest/ http://django-tastypie.readthedocs.org/en/latest/

Take a look at services like Stackmob or Parse. 看一下Stackmob或Parse之类的服务。 These types of service could make it really easy for you to get the server side part of your application up and running. 这些类型的服务可以使您非常容易地启动和运行应用程序的服务器端部分。 These services would act as your database and also provide an easy api for you to access the server side pieces. 这些服务将充当您的数据库,并为您提供访问服务器端部件的简单api。

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

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