using core data with web services
Posted
by Jayshree
on Stack Overflow
See other posts from Stack Overflow
or by Jayshree
Published on 2010-05-31T09:33:03Z
Indexed on
2010/05/31
13:13 UTC
Read the original article
Hit count: 311
Hi. i am a noob in xcode. I am developing an iphone app where i need to send and receive data from a web service. And i need to store them temporarily in my app. i dont want to use sqlite. so i was wondering if i should use core data for this purpose. I read some articles but i still dont have a clear picture of how to do it, coz i have used core data only with sqlite. I want to do the following things :
- Will receive table data from a web service.
- Have to perform certain calculations on those fields.
- Will send the data back in xml format to the server.
How do i convert the xml data into int, date or any other data type? and how do i store it in managed data objects? Can anyone please help me with this??? thnx for your time.
© Stack Overflow or respective owner