docs.unity.cn
    Show / Hide Table of Contents

    Testing

    Simulator

    Unity IAP features support for Microsoft's In App Purchase simulator, which allows you to test IAP purchase flows on devices before publishing your application.

    The simulator can be enabled when configuring Unity IAP before initialization, as follows:

    var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
    builder.Configure<IMicrosoftConfiguration>().useMockBillingSystem = true;
    

    Make sure you disable the mock billing system before publishing your application.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use