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
Getting failures when decoding fallbacks for paywalls with single localizations. Looking at the fallback downloaded from my account, the localizations are structured in an array for the key localization.
AdaptyHTTPEndpointErrorKey | GET /sdk/in-apps/***/paywall-builder/***/4_1/en/fallback.json
AdaptyHTTPStatusCodeErrorKey | 200
AdaptySourceErrorKey | [3.3.4]: Adapty/HTTPSession.swift#97
NSDebugDescription | Response decoding failed
nserror-code | 2006
nserror-domain | AdaptyErrorDomain
NSUnderlyingError | Swift.DecodingError.typeMismatch(Swift.Array<Any>, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "data", intValue: nil), ContainerCodingKeys(stringValue: "paywall_builder_config", intValue: nil), CodingKeys(stringValue: "localizations", intValue: nil)], debugDescription: "Expected to decode Array<Any> but found a dictionary instead.", underlyingError: nil))
The text was updated successfully, but these errors were encountered:
@ryancstack I understand this, but we need to know your company id and affected paywalls ids to resolve the issue. Since the SDK is not directly involved and this data contain sensitive information, I ask you to contact support.
SDK: 3.3.4
Getting failures when decoding fallbacks for paywalls with single localizations. Looking at the fallback downloaded from my account, the localizations are structured in an array for the key
localization
.The text was updated successfully, but these errors were encountered: