Difference between revisions of "GoogleBilling:setPublicKey"

From GiderosMobile
Line 8: Line 8:
 
  GoogleBilling:setPublicKey(publicKey)
 
  GoogleBilling:setPublicKey(publicKey)
 
</source>
 
</source>
'''publicKey''': (string) Your Google Play public key ''''''<br/>
+
=== Parameters ===
 +
'''publicKey''': (string) Your Google Play public key <br/>

Revision as of 11:46, 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)

Parameters

publicKey: (string) Your Google Play public key