I need to develop an app in which I need to store the products into a cart.Also I need to retrieve the recent orders in last first sort manner.
Which is the best way to store the data- using plist or SQLite Database?
I need to develop an app in which I need to store the products
Share
I create that type of the application in which i use the Sqlite Database for that easy to manipulate rather then to .plist file.
Below is the some amount of the code for inserting the item into DB.
Init Database
consent Values
Insert Value Function
-(void)insertItem:(NSArray*)arItem{
If you have any query related this please tell me i help to u
Thanks and Regards,
@ Samuel