-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
3.31.0
Steps to Reproduce
Create a survey in PostHog web interface.
View the survey in the app.
No configuration override on PostHogConfiguration.
Expected Result
Survey must not be displayed if surveys
feature is not enabled on PostHog initialization.
Enabled here:
posthog-ios/PostHog/PostHogConfig.swift
Line 202 in f381818
var _surveys: Bool = true // swiftlint:disable:this identifier_name |
But documented as false
by default here:
posthog-ios/PostHog/PostHogConfig.swift
Line 123 in f381818
/// Default: false |
Actual Result
Survey is displayed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working