Closed grighakobian closed 4 months ago
This Merge fixed the problem described in: https://github.com/Flight-School/AnyCodable/issues/80
may we wait for an release version
@grighakobian Can you describe the reason caused this problem? Change the encode method order resolved this problem?
In this update, I've addressed an issue where using AnyEncodable for user-provided notification payloads caused a crash during alert or background notifications. These changes resolve the crash and ensure stable handling of
AnyEncodable
payloads.