Android licence key

Hello,

I am using Unity 4.0.1 and I am missing lvl key. It was in build settings but now it is gone.

Does anybody know where I can put that licence key? When you look into Developer console there is Licence key

“Base64-encoded RSA public key to include in your binary. Please remove any spaces.”

I hope that this post is not duplicated. I tryed to search without success.

1 Like

I’m wondering the same thing. Anyone know where it has gone?

Also curious about this. Does it need to be set via code now?

I have the exact same problem. Any hints ? My .apk seems to be rejected by the Android developer console when I try to upload it.

As per the Unity 4.0 release notes the LVL code is now available as a plugin on the asset store
Android: “Google Play Application License Verification” is now available on the asset store and thus no longer embedded in the standard distribution.

There is an example embedded with plugin that shows you how it can be used and how to specify the LVL key. You can also find a more detailed description of the plugin here:

Thanks Bitter… I read the stuff on github but still don’t understand what I need to do. I grabbed my license key and put it in the script as they instruct, but then what? Do I need to put the CheckLVLButton script in my scene somewhere? Or…??

Thanks

I am also having the same problem can anyone please tell me the step by step guide what to do with the license key? And how to do that?

I’m having one heck of a time trying to get this license key sorted. I’m now unable to build, getting an error when attempting to merge Android manifests. Looks like I’ll have to revert to an older archived project and start this process over. Not the most intuitive process, in my humble opinion.

Anyone here know what to do after we paste in our key? Do we build our unity project apk and then do something else? post processing?

anyone…bueller?

Did this ever get solved? I’m at this point now and not sure what to do. I think I’ve set it up correctly, but when I click the check lvl button I get a response code 3 and package name “failed”.

Although, I did read this which indicates you don’t need to even use the key. Its optional?