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

Parameters

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

Description

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.