When a user tries to restore a purchase, it fails with a message in console:
[Purchases] - WARN: ⚠️ /<project_path>/Pods/PurchasesCoreSwift/PurchasesCoreSwift/LocalReceiptParsing/ReceiptParser.swift-receiptHasTransactions(receiptData:): Could not parse receipt, conservatively returning true
I tried to debug this issue and found that it fails at InAppPurchaseBuilder.swift:87 because isInIntroOfferPeriod is nil.
I didn’t do any changes related to purchases recently. Is it something changed on a server side?
Purchases (3.14.0)
PurchasesCoreSwift (= 3.14.0)