We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I believe this can prove to be problematic depending on the navigation solution being used.
The text was updated successfully, but these errors were encountered:
Yes, the setup method should accept a Map/Dictionary of configuration options:
setup
{ flushAt?: int = 1, shouldUseLocationServices?: boolean = true, recordScreenViews?: boolean = true, trackApplicationLifecycleEvents?: boolean = true, }
Sorry, something went wrong.
@charlires Any update on this?
@SanyasiraoM @charlires Looks like no response... For now, I'm going in the SegmentAnalytics.m file and changing line 17 manually:
configuration.recordScreenViews = YES;
to
configuration.recordScreenViews = NO;
Then patch-package to keep this configuration on every install. Not great. But does the job reasonably well.
No branches or pull requests
I believe this can prove to be problematic depending on the navigation solution being used.
The text was updated successfully, but these errors were encountered: