I'm developing a Flutter App that uses deep links.
To test the behavior when the app is closed I do a flutter run --release
so the app is installed on my iPhone, then I can close the app and open it with the deep link.
Something is not working as I expect, but how can I debug this? I don't have any kind of log, so how can I debug my app to solve my issue?