Skip to content

Thread Sanitizer issue #73

@danielsegars-kohls

Description

@danielsegars-kohls

Apptentive v6.9.2, Xcode Version 26.1.1 (17B100)

A heads up that we're seeing thread warnings for Apptentive when running.

Image

This line in the Environment.init:

self.isInForeground = UIApplication.shared.applicationState != .background
Image

In the Apptentive.init:

let dataProvider = ConversationDataProvider()

which seems to point to ConversationDataProvider.init's body calling this not on the main thread:

self.contentSizeCategory = UIApplication.shared.preferredContentSizeCategory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions