Seems to be the same issue as reported here: https://developer.apple.com/forums/thread/650652
Hope it will be fixed soon by Apple.
Post
Replies
Boosts
Views
Activity
Seems to be the same issue as reported here: https://developer.apple.com/forums/thread/651858
Hope it will be fixed soon by Apple.
/ +1 on this one
Look like SKProductsRequest's delegate fails with an error in request(:didFailWithError:)
Store kit request failed with error: Error Domain=SKErrorDomain Code=0 "UNKNOWN_ERROR" UserInfo={NSLocalizedDescription=UNKNOWN_ERROR, NSUnderlyingError=0x600003518f00 {Error Domain=ASDErrorDomain Code=507 "Error decoding object" UserInfo={NSLocalizedDescription=Error decoding object, NSLocalizedFailureReason=Attempted to decode store response}}}
Wonder if that mean that under the hood in iOS14 SDK SKProductsRequest's response format has changed, but iOS13 SDK cannot parse it.