qubic / wallet-app

Other
2 stars 7 forks source link

If the app is in the background I can always reopen it #9

Closed AndyQus closed 3 months ago

AndyQus commented 4 months ago

If the app is in the background I can always reopen it. But if I push the app out or close it correctly and then restart it, it immediately closes again and cannot be opened.

AndyQus commented 4 months ago

This error no longer occurs on the iPhone6s with 0.9.1(2). Please continue testing.

sallymoc commented 4 months ago

@AndyQus This error only occurs when running the app in Debug mode (the app was installed running xcode and having the device connected). It's not possible to get crash logs from this and I couldn't find a way yet to get logs for this. When the app is downloaded from Testflight, it runs in Release mode and the issue is not reproducible.

Qubic-Hub commented 3 months ago

Shall we close this one @sallymoc ?

sallymoc commented 3 months ago

I was investigating more on this and seems to be a 'feature' in flutter (https://stackoverflow.com/questions/76587036/flutter-ios-app-crashes-on-device-when-unplugged). They are 3 different modes: debug, profile and release. See https://docs.flutter.dev/testing/build-modes With debug mode, it crashes. With profile I've tried and does not. With release we already saw it's also not because it's how we run it from Testflight. Based on this, I'll close this issue.