Android.Play.ExpansionLibrary
Android.Play.ExpansionLibrary copied to clipboard
Fix crash when no data returned for NotLicensed response.
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.