Closed joshoconnor89 closed 2 years ago
@joshoconnor89 Are you able to reproduce this, also does the issue still occur with version 2.0.1?
I just got a SIGABRT error from this plugin as well, was running on an iPhone 8 in dev mode. Haven't been able to reproduce with verbose logging though, I can't confirm or deny it was related to UIKitCore
@brian-kayfitz Any ideas as to what might be causing this? (It's likely related to https://github.com/britannio/in_app_review/pull/26)
@britannio It looks like its something to do with NSSecureCoding - iOS's older serialization framework -
This coder only encodes objects that adopt NSSecureCoding (object is of class '__NSCFType')
Though I don't recall the package using this api directly. It could even be something in StoreKit; which Apple is completely re-designing for iOS 15. I'll investigate this and push a fix.
Closing this as a stale issue. If you're still facing the issue, drop a comment and I'll reopen it.
Sometimes I will get a crash when presenting the native in app rating dialog in iOS using
requestReview
. Why is this occuring?Crash log: