Android
deepAR.setLicenseKey(“***”)
App ID is good.
Please let me know how above error can be fixed.
Android
deepAR.setLicenseKey(“***”)
App ID is good.
Please let me know how above error can be fixed.
Hi @aulakh.inderpal, we have an Android example app on GitHub here. Please take a look and see if you’re setting up everything correctly. Also, please check if the setLicenseKey
method is called before you initialize the DeepAR SDK (initialize
method).
Now working for me. I think the issue was caused by using DeepAR in library and using application ID that was consuming library. Once refactored code to use in application, worked fine.
Glad you’ve managed to solve the issue, and thank you for letting us know.