question

fortuzar avatar image
fortuzar asked

Where I can find documentation for in-app purchases using Xbox-Live and PSN PlayFab Add-ons

Hi all,

We are using Unreal Engine 5.0 and we want to use the features described in the Add-ons sections of Xbox-Live and PSN for in-app purchases.

We would like to know in more detail how to do this, for example: - "... [XboxLive] notify PlayFab that a purchase has been made..." - "PlayFab retrieves the player's entitlement record from Xbox Live..."

Where can we find more detailed information about this?

Thank you in advance, Felipe

In-Game Economyunreal
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

·
fortuzar avatar image
fortuzar answered

For other people searching for this, the information is a bit more detailed in the Partners web-page for GDK and PSN.

But for what a quick glance could retrieve, it seems that the flow is: 1) User buys an item in the Platform Store. 2) After successfully buying the item, the user can click on a game-made button to claim the item. Internally you should call the Consume Microsoft Store Entitlements function, and in the response there should be an array with the items the user bought. After this, you can act accordingly for if the user bought an item, money, an event, etc.

Any corrections are appreciated.

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.

Xiao Zha avatar image Xiao Zha commented ·

Thanks for the sharing. Your flow is right.

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.