Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
APPLE c9d5bdcd60 va 1 ano atrás
..
.sample.json va 1 ano atrás
BuyingConsumables.cs va 1 ano atrás
BuyingConsumables.cs.meta va 1 ano atrás
BuyingConsumables.unity va 1 ano atrás
BuyingConsumables.unity.meta va 1 ano atrás
README.md va 1 ano atrás
README.md.meta va 1 ano atrás

README.md

README - In-App Purchasing Sample Scenes - Buying Consumables

In this example, you will learn how to initialize the In-App Purchasing package and handle a simple Consumable Product purchase.

This sample uses a fake store for its transactions, to use a real store like the App Store or the Google Play Store, you would need to register your application and add In-App Purchases. For more information, follow the documentation for one of our supported stores. Keep in mind that in this sample, product identifiers are kept in the BuyingConsumables.cs file.

Consumables

Consumables are products that users can purchase repeatedly. Consumable Products cannot be restored.

Examples:

  • Virtual currencies
  • Health potions
  • Temporary power-ups.