I'm trying to intergrate the licensing library into my app. The line of code below is giving me this error:
Bad Base64 input character at 48: 46(decimal)
I'm not sure what is wrong in that line?
Thanks for any help...
Bad Base64 input character at 48: 46(decimal)
B4X:
lc.Initialize("lc", pid.GetDeviceId, publicKey, "kljdflkf".GetBytes("UTF8"))
I'm not sure what is wrong in that line?
Thanks for any help...