question

pixeljump avatar image
pixeljump asked

Unlocking google achievements via Playfab?

I've just discovered Playfab (after completely implementing google play games). It looks great, but I know a lot of players (including myself), would only care about achievements/leaderboards if it was attached to a google account. Is there any kind of interaction between Playfab and google play games where I manage the leaderboard/achievement code via Playfab SDK but it unlocks on the respective native platforms?

10 |1200

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

1 Answer

·
jital avatar image
jital answered

PlayFab does not provide that kind of functionality inherently.

However, the functionality you seek wouldn't be that hard to implement. If you set up Login With Google Account or any of the other platform specific logins detailed here as player authentication. Then when implementing your achievement functionality use PlayFab as the basis, then you can integrate the Google account or other platform specific achievements as you see fit. This kind of design will be especially useful if you plan to release your game on multiple platforms.

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.

pixeljump avatar image pixeljump commented ·

Great, I'll do just that. Thanks for the reply, jital

0 Likes 0 ·

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.