docs.unity3d.com
Search Results for

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)