docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Browsing Product Metadata

    Unity IAP retrieves localized product metadata during the initialization process, which you can access via the IStoreController products field.

    foreach (var product in controller.products.all) {
        Debug.Log (product.metadata.localizedTitle);
        Debug.Log (product.metadata.localizedDescription);
        Debug.Log (product.metadata.localizedPriceString);
    }
    
    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)