Difference between revisions of "GoogleBilling:setPublicKey"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the public key. You can find the public key portion of this key pair on your Google Play...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= GoogleBilling:setPublicKey(publicKey,)
+
GoogleBilling:setPublicKey(publicKey)
 
</source>
 
</source>
'''publicKey:''' (string) Your Google Play public key ''''''<br/>
+
'''publicKey''': (string) Your Google Play public key ''''''<br/>

Revision as of 10:22, 23 August 2018

Available since: Gideros 2012.09

Description


Sets the public key. You can find the public key portion of this key pair on your Google Play account's profile page.

 GoogleBilling:setPublicKey(publicKey)

'publicKey: (string) Your Google Play public key '