Method IsIapProductOwned
IsIapProductOwned(string)
Determine if specified Product Id is owned by the player.
Declaration
public static bool IsIapProductOwned(string productId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | productId | Product Id for which to search. |
Returns
| Type | Description |
|---|---|
| bool | true if specifeid Product Id is owned by the player, otherwise false. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown if TransactionManager has not been initialized. |