I have an IPhone app.And I would like to purchase items like clothes….. through app.So tell me which one is best way?
1.can I redirect to that website using webview ? or
2.Is there any other ways to purchase it?
If I redirect to that particular website then is it taking care of the transactions security?
Any help is greatful
So you are purchasing an item from a web store through a windows application? If so, the web view would be the way to go because it will handle the ssl hopefully implemented from the website, and it should be a breeze to implement.
If this does not answer your question, please reword it in a clear manner.