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

파라미터

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

설명

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.