MeteredLicense.SetMeteredKey

MeteredLicense.SetMeteredKey method

设置计量公钥和私钥。

public void SetMeteredKey(string publicKey, string privateKey)
范围类型描述
publicKeyString公钥。
privateKeyString私钥。

评论

如果你购买了metered license,当启动应用程序时,应该调用这个API,通常,这就足够了。 但是,如果总是上传消费数据失败,超过24小时,license会被设置为评估状态, 为避免这种情况,您应该定期检查license状态,如果是评估状态,请重新调用此API。

也可以看看