You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Implement consistent network ordered byte representation on Android and IOS for
- Response size (4 bytes)
- Seq number & Checksum for chunks (2 bytes)
- missing chunk sequence number & Page size in transfer report (2 bytes)
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
The text was updated successfully, but these errors were encountered: