-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vuforia failed to initialize: invalid input data #40
Comments
It sounds like there is something wrong with the unencrypted data (the json). If you want to share the encrypted data, we can take a look. |
The json looks valid. Can you share a link to your html page so I can try to reproduce the error? |
This is the value used on Allowed Origins: May be related to license type (developer)? |
The allowed origins value is fine. I was able to trace the issue to the decryption step, so it has nothing to do with vuforia or even the content of the JSON. I can decrypt just fine on the desktop with GPG Tools, however we are using ObjectivePGP in the Argon app, so perhaps there is an issue with ObjectivePGP. I'll have to poke around a bit more to figure out what is happening. |
Great! Thanks speigg! |
Hi @speigg! Any clue? :) |
Still not sure exactly what is causing this. For now, can you leave that example up as-is, and try to regenerate your license using the encryptor tool, to see if that works? Just add then delete a character and the tool should generate new encrypted text. |
I've also looked at this ... same ending point as Gheric. The PGP string seems fine, but it's failing. ObjectivePGP is finicky sometimes, if you can recreate the key, perhaps changing something to the result comes out different, I'd be curious if that works. |
Hello! I have deleted the license key and created a new one. I have also used the PGP tool for regenerating the string but it is still not working. Regards, |
Hello,
We have created a developer licence, encrypted using the PGP Encryptor.
Using Argon iphone app we get the error "vuforia failed to initialize: invalid input data".
How can we solve it?
Thanks!
The text was updated successfully, but these errors were encountered: