Class StoreSubscriptionInfoNotSupportedException
An error was found when an unsupported app store Product.receipt.receipt is provided.
Namespace: UnityEngine.Purchasing
Syntax
public class StoreSubscriptionInfoNotSupportedException : ReceiptParserException
Constructors
StoreSubscriptionInfoNotSupportedException(String)
An error was found when an unsupported app store Product.receipt.receipt is provided.
Declaration
public StoreSubscriptionInfoNotSupportedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | Human readable explanation of this error |