Cloud sync: IAB info

This commit is contained in:
M66B
2023-01-28 19:54:16 +01:00
parent 2a62fc33a3
commit 70e1cd40fb
3 changed files with 14 additions and 0 deletions

View File

@@ -485,6 +485,8 @@ public class ActivityBilling extends ActivityBase implements
if (isPurchaseValid(purchase)) {
editor.putBoolean("pro", true);
editor.putLong(sku + ".cached", new Date().getTime());
editor.putString("iab_json", purchase.getOriginalJson());
editor.putString("iab_signature", purchase.getSignature());
}
if (!purchase.isAcknowledged())