Show / Hide Table of Contents

Class ISN_SKProductsResponse

An App Store response to a request for information about a list of products.

Inheritance
System.Object
ISN_SKProductsResponse
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKProductsResponse : SA_Result

Properties

InvalidProductIdentifiers

An array of product identifier strings that were not recognized by the App Store.

Declaration
public List<string> InvalidProductIdentifiers { get; }
Property Value
Type Description
List<System.String>

Products

A list of products, one product for each valid product identifier provided in the original request.

Declaration
public List<ISN_SKProduct> Products { get; }
Property Value
Type Description
List<ISN_SKProduct>
In This Article
Back to top Generated by DocFX