I am in need of some help/ advice on Core Data/ communicating with the device.
My business is pretty much new to developing Apps etc, but are hoping to get the ball rolling fairly quickly.
The two main problems we are having are:
Communication to and from the device. We don't have any databases etc sitting on our servers, and have been only able to send receive data via FTP. Which works to a certain extent, but need a better, more secure way of doing this (again without the use of databases on servers)
Storing/ handling data - we have been sending the device data via FTP and storing that in a NSString and breaking that down to form a tableView etc. Our current aim is to have an app where companys can see their customers, account codes, balances, invoices, stock, and so on. But are struggling woth how to do this properly. I have been suggested Core Data, but am facing some steep learning curves.
Are there any good tutorials for this out there, or good books i should be reading, anything to help us get going? may even go as far as paying for someone to come sit with us for some time to help us...
anyway, i know this is asking alot, but any help would be much appreciated.
GFish