Optional
autoAuto-finish pending transaction
Use this if the transaction queue is filled with unwanted transactions (in development). It's safe to keep this option to "true" when using a receipt validation server and you only sell subscriptions.
Optional
discountDetermine which discount the user is eligible to.
An apple appstore receipt
List of discount offers to evaluate eligibility for
Get the response, a boolean for each request (matched by index).
Optional
needSet to false if you don't need to verify the application receipt
Verifying the application receipt at startup is useful in different cases:
The default is "true", use "false" is an optimization.
Optional options for the AppleAppStore adapter