Interface IAppleStoreExtendedService
A public interface for the Apple Store store service extension.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IAppleStoreExtendedService : IStoreServiceExtension
Properties
canMakePayments
Determine if the user can make payments.
Declaration
bool canMakePayments { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ClearTransactionLog()
Clear all persistent data from the transaction log. Available in debug only.
Declaration
void ClearTransactionLog()
SetAppAccountToken(Guid)
Sets an obfuscation string for tracking user purchases. For more information, see appAccountToken documentation.
Declaration
void SetAppAccountToken(Guid appAccountToken)
Parameters
Type | Name | Description |
---|---|---|
Guid | appAccountToken | The obfuscated account token |