Этот код является образцом кода в единстве «Проверка лицензии Google Play».Недопустимый ключ LVL! как получить LVL android ключ от единства?
Я создаю этот проект и играю в форме телефона для Android. , но покажите мне «Недопустимый ключ LVL!».
Я думаю, мне нужно изменить строку string varibale.
private string m_PublicKey_Base64 = "< set Base64 encoding RSA public key >";
private string m_PublicKey_Modulus_Base64 = "<Set to output from SimpleParseASN1>";
private string m_PublicKey_Exponent_Base64 = "< .. and here >";
НО, я просто знаю, что значение m_Publickey_Base64
, из Google Play рынка.
hmm ...... Знаете ли вы, что я делаю неправильно? что я могу сделать? пожалуйста помогите.
это часть CehckLBLButton источника образца
public class CheckLVLButton : MonoBehaviour
{
/*
* This is the Java service binder classes.jar
*/
public TextAsset ServiceBinder;
/*
* Use the public LVL key from the Android Market publishing section here.
*/
private string m_PublicKey_Base64 = "< set Base64 encoding RSA public key >";
/*
* Consider storing the public key as RSAParameters.Modulus/.Exponent rather than Base64 to prevent the ASN1 parsing..
* These are printed to the logcat below.
*/
private string m_PublicKey_Modulus_Base64 = "<Set to output from SimpleParseASN1>";
private string m_PublicKey_Exponent_Base64 = "< .. and here >";