StoreKit:canMakePayments

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns whether the user is allowed to make payments.<br /> <br /> <source lang="lua"> (bool)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.2.2

Description


Returns whether the user is allowed to make payments.

(bool), = StoreKit:canMakePayments()

Returns (bool) `true` if the user is allowed to authorize payment. `false` if they do not have permission.