question

max avatar image
max asked

In-App Purchase (iOS / Android): Is it possible to purchase one In-App-Product, but get one out of multiple PlayFab Items for it?

Basically, we want to have In-App-Purchases at various price points, but we want to offer different content behind these prize points (depending on the current daily offer).

For example: We have an In-App-Purchase for 5 Euros, but one day sell Bundle A and another day we sell Bundle B for it.

Would that be possible?

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

·
Seth Du avatar image
Seth Du answered

The commerce system doesn’t support the feature you have described for now, however, it is feasible to come up a work around solution.

You can:

  • Config a IAP Item, for example, a “ticket” for exchange.
  • set up a cloud script which will receive a “ticket” instance ID.
  • Cloud Script can check if current player owns the ‘ticket’, then, revoke this ticket and grant the items that can be redeemed for this period of time to the player.
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.