I am using Vuforia Cloud Recognition. But whenever I run the app in unity play mode it throws the below exception.
The Vuforia Developer Agreement needs to be accepted before using Vuforia in an application.
I had this project working fine in the past and due to this error, vuforia camera doesn't show up either. How to solve this error ?
I don't know if this was the correct way of solving the problem or not. But I changed the package name to get problem fixed.
Initially my package name was com.company.product.variation which I changed back to com.company.productvariation. Can't be sure but if the extra '.' may be cause the OBB file to not read correctly during the loading process ?
This allowed me to test the OBB routine locally as well as worked correctly when uploaded to store for Beta testing.
Thanks for All the Help.