Question

Where can I see debug logging on flutterflow?

  • 23 March 2024
  • 1 reply
  • 37 views

Badge

Hi everyone, I'm integrating RevenueCat into my FlutterFlow app and have enabled debug logging. I'm seeking your expertise on a few points:

  1. Accessing Logs: After enabling debug logging in FlutterFlow, where and how do you recommend accessing and interpreting these logs?

  2. Common Issues: Any common pitfalls during this integration process I should watch out for?

Appreciate any insights or resources you can share. Thanks!

 


This post has been closed for comments

1 reply

Userlevel 5
Badge +9

Hi @raycarllei-361502,

Debug logging requires the app to run on a real device since RevenueCat uses many native APIs and FlutterFlow’s browser preview doesn’t have those APIs available, so that means you have to export the code project and run it in Xcode or Android Studio.