OK, so I exported a signed release APK, "locked" with Google's LVL API but before activating it on Google Play to be visible to and downloadable by all, I want to test it first on my device.
The problem is when I just adb install -r
that signed release APK, the licensing server returns NOT_LICENSED
and I cannot test the locked features.
What is the proper way to test an application locked with Google's LVL without activating it first?