Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
APPLE c9d5bdcd60 va hace 1 año
..
.sample.json va hace 1 año
FetchingAdditionalProducts.cs va hace 1 año
FetchingAdditionalProducts.cs.meta va hace 1 año
FetchingAdditionalProducts.unity va hace 1 año
FetchingAdditionalProducts.unity.meta va hace 1 año
README.md va hace 1 año
README.md.meta va hace 1 año

README.md

README - In-App Purchasing Sample Scenes - Fetching Additional Products

In this sample, you will see how to use the IStoreController to fetch additional products that can be purchased in your store.

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 FetchingAdditionalProducts.cs file.

Fetch Additional Products

Fetch additional products allows you to fetch new in-app purchasable items dynamically after initialization.

Examples:

  • Add new products dynamically without having to update the app on the store.
  • Manage products from a content management system and fetch remotely.