What I want?
I want to see live events on Debug View of Firebase Console where the iOS app is to be installed from an exported ipa file. I have only two distribution method options to export my ipa file
- Ad-Hoc
- Development.
What I did?
I enabled debug mode following https://firebase.google.com/docs/analytics/ios/events#view_events_in_the_xcode_debug_console.
Also edited Run Scheme to Release Build Configuration with Debug executable checked.
What is the result?
I am not able to see any event on Firebase console after testing app installed fromipa exported for Development as well as Ad-Hoc.
My Question:
Is is possible to see live events from an iOS app installed from an
ipafile?If YES, what the exact configuration is to be used while exporting for
Ad-Docand (OR)Development?


