You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Data couldn't be read because they are in incorrect format"
(translated from SK 'Dáta sa nepodarilo načítať, pretože nemajú správny formát.'
Code: 6
Domain: SwiftyReceiptValidator.SRVError
we have also the corresponding receipt from
if let url = Bundle.main.appStoreReceiptURL {
if let receiptString = try? Data(contentsOf: url).base64EncodedString() {
which i verified against a valid one and see no problem with it
this error repeats while refreshing the purchase, trying to repeat...
We got a report with this error
"Data couldn't be read because they are in incorrect format"
(translated from SK 'Dáta sa nepodarilo načítať, pretože nemajú správny formát.'
Code: 6
Domain: SwiftyReceiptValidator.SRVError
we have also the corresponding receipt from
which i verified against a valid one and see no problem with it
this error repeats while refreshing the purchase, trying to repeat...
The text was updated successfully, but these errors were encountered: