Post

Replies

Boosts

Views

Activity

Reply to JSONDecoder().decode crashes in iOS 16.1 and 16.2 Beta
Hello @darkpaw, we started observing an increase in crashes on October 24th, 2022 - this was the day when iOS16.1 was released. We see few pattern: it's crashing only on iOS16.1 and later it's crashing on already released versions, that worked before without crashes it's crashing not only in our code (where we deserialise JSON via Decodable), but also in 3rd-party-libraries (Lottie (https://github.com/airbnb/lottie-ios/issues/1826), App-Auth (https://github.com/openid/AppAuth-iOS/issues/737)) in all of these crashes we can see either JSONDecoder (via Lottie) or NSJSONReader (via App-Auth), which somehow points to JSON-decoding in such cases Do you know if anything related to that has changed in iOS16.1, which would explain such crashes suddenly? Cheers, Andy
Topic: App & System Services SubTopic: General Tags:
Dec ’22
Reply to iOS 14 - Local network permission pop up.
Hi, the system-alert (popup) is displayed by iOS. If you don't see this dialog in your app, I assume that the new "local network permission" is not required for your implementation. NEHotspotConfiguration shows anyways its own dialog before connecting to the SSID. Only if you would send requests to a local-IP on this SSID, the system-alert would show up.
Topic: Privacy & Security SubTopic: General Tags:
Sep ’20