Question by 
               FedoseevKirill · Jul 21, 2017 at 06:53 AM · 
                androidin app purchase  
              
 
              IAP unity 2017 IPurchasingModule
Hey, Guy, Who can explain how to confidure IPurchseModule for Android and IOS.
More details: I hava IAP module, there (code fragment) and I don't how to use
ConfigurationBuilder.Instance
public void InitializePurchasing() { if (IsInitialized()) return; var builder = ConfigurationBuilder.Instance(null, null); }
               Comment
              
 
               
              Your answer