You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a TableView whose cells have a TapGestureRecognizer. When using Autocapture ElementInteractions, I expect that the Screen Name property should be populated with the Title of the screen's view controller.
Current Behavior
I am seeing the class name of my TableViewController as the Screen Name.
I created a minimally reproducible sample (attached), which is showing similar but additional issues. Clicking on buttons both within the nested TableViewController and in the page's View Controller, outside the nested TableViewController logs title of nested TableViewController ("Table View Controller") as the Screen Name and not "Main Page"
Possible Solution
Steps to Reproduce
Open attached project, change api key
Run app, click both buttons
Open Amplitude, view [Amplitude] Element Interacted events
Expected Behavior
I have a TableView whose cells have a TapGestureRecognizer. When using Autocapture ElementInteractions, I expect that the Screen Name property should be populated with the Title of the screen's view controller.
Current Behavior
I am seeing the class name of my TableViewController as the Screen Name.
I created a minimally reproducible sample (attached), which is showing similar but additional issues. Clicking on buttons both within the nested TableViewController and in the page's View Controller, outside the nested TableViewController logs title of nested TableViewController ("Table View Controller") as the Screen Name and not "Main Page"
Possible Solution
Steps to Reproduce
Environment
storyboardApp.zip
The text was updated successfully, but these errors were encountered: