mosip / tuvali

Kotlin Library to support sending vc/vp using local channels like ble.
MIT License
12 stars 15 forks source link

[IOS] Research and safely handle Uncaught exceptions in IOS Tuvali #38

Open tilak-puli opened 1 year ago

tilak-puli commented 1 year ago

Tuvali IOS is not catching uncaught exception which may cause iOS app to crash (We have not seen this case in our testing yet and very unlikely to happen as swift is less exception prone.)

Find a way to catch uncaught exceptions at module level and safely close the connections

krishnakumar4a4 commented 1 year ago

Thaanu is looking into this issue

shreeThaanuTw commented 1 year ago

The previous implementation for error handling is specific to wallet, but it's in Apple standards only. So now we have to make it as a generic module and should be called depending on the type of exception.

Pragya279 commented 1 year ago

This bug has been moved to Jira. Link to Jira bug: https://mosip.atlassian.net/browse/INJI-59