Sandeep Tiwari Posted October 20, 2015 Share Posted October 20, 2015 Hello everyone I am creating an IOS application where I need customers authentication , when he try to login then a web service would be called . Please help me in getting the webservice to check if customers exist or not if not then create a user. I can create a user but how to check if the user already registered or not . Please help ! Link to comment Share on other sites More sharing options...
karthiiiiiiiiiik Posted October 20, 2015 Share Posted October 20, 2015 You can refer the prestashop documentation or you can create a API with db connection to the server and check whether a user exist or not in the customer table. Link to comment Share on other sites More sharing options...
Sandeep Tiwari Posted October 20, 2015 Author Share Posted October 20, 2015 Thanks Kartik , I have used Customer class function getbyemail with email and password as the parameters. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now