iOS - Inconsistent page views & occurrence shows more than what's expected.
Hi Team,
I have been testing out ACP iOS SDK's in a sample iOS app with only one screen (to track a page view) and button (to track action). I have actually appended a counter value to both `page names` and `action names` (Counter starts from zero and count is persisted even if the app is killed and launched again) - so I am expecting to see each page visit and action only once in the Adobe portal.
I have enabled debug logging for the sample app and have inspected the console logs to make sure the track action and track state logs are as expected.
I have observed the below behavior:
Action names: I am seeing all the action names as expected in the portal - one action name reported exactly once.
Page names: I am seeing inconsistency in the occurrences of page views shown in the adobe portal, sometimes the page views do not show up at all where as I am sure its definitely logged in the console logs and send successfully from the app.
Most of the times the page views are shown more than what's expected (two to three fold).
Have we experienced this issue before ? Any assumptions on whether any mobile launch property / report suite configuration or even the extensions added that could cause this inconsistent behaviour ?
Regards,
Aravind