I'm trying to display logs in release mode in iOS to test my in App Purchases...
I tried print() & log() but nothing works
Fun fact, it works in Android.
Do you know how to do that?
Thank you
I'm trying to display logs in release mode in iOS to test my in App Purchases...
I tried print() & log() but nothing works
Fun fact, it works in Android.
Do you know how to do that?
Thank you
I had the exact same problem! I was also testing in-app purchases on an iOS physical device and could not see the logs in Android Studio. I have tried the print()
method, the flutter default logger, and also the logger package.
You have to switch to Xcode and do the following steps:
Product
> Scheme
> Edit Scheme...
Run
is selected on the left sidebarBuild Configuration
, change from Debug
to Release