Posts

Post not yet marked as solved
6 Replies
0 Views
Hello @JoeKun, I am also having trouble decoding the chart data. I was able to get a MusicItemCollection with the same implementation as you described above. However, the following error occurs when trying to get nextBatch. let data = try await albums.nextBatch() keyNotFound(CodingKeys(stringValue: "data", intValue: nil), Swift.DecodingError.Context(codingPath: [], debugDescription: "No value associated with key CodingKeys(stringValue: \"data\", intValue: nil) (\"data\").", underlyingError: nil)) How do I get nextBatch about a chart? I thought it might have something to do with the fact that the resource collection is an array, so I added it here.
Post marked as solved
6 Replies
0 Views
Hello @JoeKun, We will investigate this issue and try to resolve it in a future version of iOS. As it turns out, a very similar Feedback Assistant ticket has already been filed; its number is FB9674648. I am the one who submitted the FB9674648. I have asked about the current status in the feedback above but have not received a response. Do you know what the current status is regarding the above? iOS 15.2 seems to have the same behavior. Best regards,