rfresh Well-Known Member Licensed User Longtime User Mar 15, 2012 #1 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) B4X: lc.Initialize("lc", pid.GetDeviceId, publicKey, "kljdflkf".GetBytes("UTF8")) I'm not sure what is wrong in that line? Thanks for any help...
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) B4X: lc.Initialize("lc", pid.GetDeviceId, publicKey, "kljdflkf".GetBytes("UTF8")) I'm not sure what is wrong in that line? Thanks for any help...
Erel B4X founder Staff member Licensed User Longtime User Mar 16, 2012 #2 Make sure that your public key is entered correctly, with no extra spaces. Upvote 0
rfresh Well-Known Member Licensed User Longtime User Mar 16, 2012 #3 Ok thanks. This line: "kljdflkf".GetBytes Do I need my own characters? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 17, 2012 #4 It is better to use your own characters. Upvote 0