Implementing an email account confirmation callback

I’ve been working with the new PlayFab plugin and found that there’s no mechanism to send a confirmation email link to players who sign up with an email address.

Has anyone found a way to use a Corona app as an endpoint, perhaps via JavaScript and/or a customURL scheme, that works for both Android and iOS?

Ideally, I’d want a player to be able to receive a message (email or text message via Twillio) on a mobile device and trigger the verification link by making a call to the PlayFab API or by setting data in the app.

Any thoughts on the optimal way to do this (other than not dealing with email at all and outsourcing identity to Google or Facebook)?

You likely would need to use a website to handle the email confirmation and use playFab’s API’s to resolve things. there really isn’t much of a way for your app to manage that. Feature request for them?

Rob

You likely would need to use a website to handle the email confirmation and use playFab’s API’s to resolve things. there really isn’t much of a way for your app to manage that. Feature request for them?

Rob