I've implemented the android licensing in my application following the example code using the ServerManagedPolicy.
The licence checker works fine, however when a device or emulator has no data connection then the licensing code will always return dontAllow(), while I want it to allow. I cannot seem to find anything on the page above that details how to avoid this.