I´m in the middle of making an order placement app for iPhone using swift. The app itself is coming along great, but I have a couple of issues I need some help with:
When the user starts the app for the first time, he must make an account with name and address. I can make a basic form for this, but the app must store the information so that the user doesn't´ have to log in every time. How is this done?
When the user presses the "order" button, the order needs to be sent (with name and address from above) to the store´s webpage to be processed. How is this done?
I hope someone can help me out with this, or point me in the right direction.