Closed J-Mendes closed 5 years ago
I am seeing this same crash as well for users on the iOS 13 beta
I am seeing this same crash as well for users on the iOS 13 beta
This appears to be resolved with iOS 13 Beta 3
Closing out this issue as per the comment above. Thanks for the investigation @JordanRGustafson! Let us know if it comes up again.
Hi,
Recently I've been receiving reports from the crash analysis tool that says when a card on NewsFeed has no url the Appboy SDK is crashing internally (
Invalid parameter not satisfying: url != nil
). I've seen that this only affects users with iOS 13.0 which might be related with that be a beta version. From a code analysis onABKUIURLUtils.m
it seems that this might be easily prevented by doing a nil checking before open the url. Below I give you the stack trace generated by the issue to help you see what happen.