playMaker

Author Topic: Playmaker actions for Playfab  (Read 6312 times)

mmoczkowski

  • Playmaker Newbie
  • *
  • Posts: 1
Playmaker actions for Playfab
« on: October 23, 2016, 01:48:55 PM »
Hi guys. Anyone using both Playfab and PlayMaker in their projects? Well, today's your lucky day. I'm implementing Playfab API as actions for Playfab. I have implemented them as part of Decompression project. You can try the game on:
or
. So far the available actions are:

  • ConfirmPurchaseAction.cs
  • GetCatalogItemsAction.cs
  • GetPhotonAuthenticationTokenAction.cs
  • GetTitleDataAction.cs
  • GetUserDataAction.cs
  • GetUserInventoryAction.cs
  • LoginWithAndroidDeviceAction.cs
  • LoginWithDeviceAction.cs
  • LoginWithGameCenterAction.cs
  • LoginWithGoogleAccountAction.cs
  • LoginWithIOSDeviceIDAction.cs
  • LoginWithSocialAccountAction.cs
  • RedeemCouponAction.cs
  • RestoreIOSPurchasesAction.cs
  • StartPurchaseAction.cs
  • UpdateUserDataAction.cs
  • ValidateGooglePlayPurchaseAction.cs
  • ValidateIOSReceiptAction.cs

And I'm constantly adding others!

Actions are open-source and available on github: https://github.com/mmoczkowski/PlayMaker-Playfab

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Playmaker actions for Playfab
« Reply #1 on: October 23, 2016, 04:59:52 PM »
Awesome! I have been looking into Playfab for storing game data, are you going to be making the actions for this? OR is that the GetUserDataAction.cs

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker actions for Playfab
« Reply #2 on: November 25, 2016, 03:14:55 AM »
Hi,

 excellent thanks! I twitted about.

https://twitter.com/JeanAtPlayMaker/status/802062911363514368

 maybe you could push a package to the Ecosystem ? if you need some instructions let me know, since you use github already, you'll be fine.

btw: do you have a twitter account? is it @mmoczkowski?

Bye,

 Jean

JOY

  • Junior Playmaker
  • **
  • Posts: 51
  • From JOY Entertainment
    • JOY Entertainment
Re: Playmaker actions for Playfab
« Reply #3 on: December 11, 2016, 09:15:23 PM »
It would be great if this becomes a official package with support from developer. Many developers like me willing to pay for this one!

Parapsycho

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Playmaker actions for Playfab
« Reply #4 on: February 09, 2017, 02:28:13 PM »
Just tried this out today! Awesome!

Cant wait for more features, like character creation, etc.

Thanks!