Redirect view on error 409 duplicate entry?

I have created a wizard to create a new account in my iOS App. I am using a model sheet presentation. First view: basic user information “first name, Lastname, email, country,” second view “rolls and admin rights” I store it on temp swift object, convert to JSON and send it to Web API.

I have one challenge when Web API returns an error like “duplicate user’s email address.” I want to redirect the user to the first view and show an error message. How can I redirect the user to the first view to show him/her the error message?

@a-elnajjar Do you still have issues with this?

I don’t have any issue thanks for help

This topic was automatically closed after 166 days. New replies are no longer allowed.