Version: 2017.1
public void RegisterStore (string name, Purchasing.Extension.IStore a);

Parámetros

name The store's name, eg 'AppleAppStore'.
a The store instance.

Descripción

Informs Unity IAP that a store implementation exists, specifying its name.

Modules can pass null IStore instances when running on platforms they do not support.