question

charlielange avatar image
charlielange asked

Share and Confirm Contact Email Across Titles

If a player's contact email has previously been added and verified in one game title how can we check that email and verification status in another game title?

Authentication
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

charlielange avatar image charlielange commented ·

i.e. I'm trying to accompolish a universal email verification status across all game titles.

0 Likes 0 ·

1 Answer

·
Seth Du avatar image
Seth Du answered

This feature is not natively supported by Playfab, but there are work around solutions.

You may manually craft your own http calls for requesting the server API GetPlayerProfile to different title, either in Cloud Script or your external secure server. Add ProfileConstraints and set ShowContactEmailAddresses as True in the request so that the callback results will contain the contact email information. The secret keys for each game titles is required so that you should locally store them.

Besides, you can send a thread in Feature Requests Forum and more votes can help with the priority.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.