Chapter    19

More from Parse

In Chapter 8, I introduced the sign-up feature. But how do you know whether the user has entered a valid e-mail? You need to do some verification to make sure the e-mail address the user entered is a valid e-mail address format. But you don’t really do anything to make sure the e-mail address actually belongs to the user. In the world of e-commerce, e-mail marketing proves to still be effective. So you need a way to verify the e-mail while a user is signing up.

Luckily, Parse also thought about those common use cases and provided easy solutions. Let’s dive into the e-mail verification process.

E-Mail Verification

To begin, enable the e-mail verification feature under Settings > Email in your project Parse Dashboard, ...

Get iOS eCommerce App Development with Parse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.