hi everyone,
Now am planning to develop e-commerce mobile app in ios using xcode on mac.. so, i need to store the datas of my products, customer details etc.. How do i fetch and store datas in my databse.. which is the way to proceed it..
hi everyone,
Now am planning to develop e-commerce mobile app in ios using xcode on mac.. so, i need to store the datas of my products, customer details etc.. How do i fetch and store datas in my databse.. which is the way to proceed it..
Very general question for which there is a lot of documentation.
I don't know how knowledgable you are in the domain, because there is a lot to know ; I advise you to learn :
HTML 5, PHP, Javascript and basics of SQL
I personnaly use the Eclipse enviromnment to develop, but there are many others.
Without entering into any detail, One way of doing it:
- Create the Web site (HTML)
- Create the Database
- Write php procedures to rad and write to the DB ; use JSON to communicate with the app
- in your app, write and read toward the webserver, sending php request and decoding JSON answer.
you can have a look at info on web ; look for jamesonquave blog making-a-post-request-in-swift in Google, to find site reference
Hope that give you an idea
Thanks for your reply Claude...
Here, i decided to use objective-c instead of swift... any documentation available for this?
Hi Claude...
can you please supply documentation for how to use JSON to communicate with mobile app....
Google "ios rest api". You will get more tutorials on the topic than you can imagine.
(BTW, asking "how do I do X" where X is such a huge ambitious project is rarely productive. You will need to narrow down your questions. Implementing a full client server system end to end is non trivial to say the least, and nobody is going to have the time or inclination to walk you through all of it.)
ok thank you.. For REST api, JSON shall i use objective-c instead of swift?
The choice of language is irrelevant in my opinion. That's an implementation detail. You have much bigger design decisions to make for such a project.
so which language is best for it.. can you please give more information for it.....
When I implemented the first time, I found a lot of information in forume.
Here is one, pretty complete, but in swift.
Go to the following URL (I split it, so that you get the message immediately):
http: //swiftdeveloperblog .com /image-upload-example/