Android.Play.ExpansionLibrary icon indicating copy to clipboard operation
Android.Play.ExpansionLibrary copied to clipboard

Fix crash when no data returned for NotLicensed response.

Open BCSharp opened this issue 8 years ago • 0 comments

The library reports NotLicensed with null signedData and null signature happens e.g. when there is no user account associated with Google Play Store yet. This was causing a NullPointerException.

Also, this PR contains more robust handling of no data/no signature cases for Licensed response. Instead of a NullPointerException, the response is handled as invalid.

BCSharp avatar Feb 16 '17 05:02 BCSharp