In the example:
Sub Activity_Create(FirstTime As Boolean)
Dim lc As LicenseChecker
Dim p As PhoneId
lc.Initialize("lc", p.GetDeviceId, publicKey, "kljdflkf".GetBytes("UTF8"))
lc.SetVariableAndValue("test1", "some secret value")
lc.CheckAccess
End Sub
Where does the "kljdflkf" come from .. is this just a made up value?
Also, the "some secret value" is there any restrictions to that or is it something specific that needs to be included?
Thank you!
- Steve
Sub Activity_Create(FirstTime As Boolean)
Dim lc As LicenseChecker
Dim p As PhoneId
lc.Initialize("lc", p.GetDeviceId, publicKey, "kljdflkf".GetBytes("UTF8"))
lc.SetVariableAndValue("test1", "some secret value")
lc.CheckAccess
End Sub
Where does the "kljdflkf" come from .. is this just a made up value?
Also, the "some secret value" is there any restrictions to that or is it something specific that needs to be included?
Thank you!
- Steve