posthog-ios icon indicating copy to clipboard operation
posthog-ios copied to clipboard

PostHog iOS SDK

Results 57 posthog-ios issues
Sort by recently updated
recently updated
newest added

### Problem Statement It is not possible to use posthog in an App Extension (Notification Service). Build Fails here https://github.com/PostHog/posthog-ios/blob/109e56bd9a96c7ad5ef4a4de0b6610aed5bab646/PostHog/UIViewController.swift#L34 With: > UIViewController.swift:34:44 'shared' is unavailable in application extensions for...

enhancement
AppExtension
CocoaPods

## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ] I added tests to...

### Description Relates to https://github.com/PostHog/posthog-android/issues/113 Sets a property if the running version was installed via testflight or its sideloaded. - [ ] iOS - [ ] Android - [ ]...

enhancement
help wanted
Product Analytics

I want to be able to react to when certain functionality concludes. For example, I want to be able to trigger something after a capture call or a feature flag...

enhancement
Configuration

## Is your feature request related to a problem? You don't support Codable when using `capture` for events. ## Describe the solution you'd like Getting error: key does not conform...

enhancement

### Problem Statement Screen names are auto generated, so autocapture does not work well nor the detection of the current screen for session replay ### Solution Brainstorm fallback to accessibilityIdentifier...

enhancement
Session Replay

### Description See note https://posthog.com/docs/session-replay/ios `.accessibilityIdentifier("ph-no-capture")` when reading the `accessibilityIdentifier` property, it always returns nil

enhancement
Session Replay

## :bulb: Motivation and Context I need your sessionId to help correlate your events with my own server events. https://github.com/PostHog/posthog-ios/issues/164 ## :green_heart: How did you test it? In my app....

### Problem Statement I want to get and use sessionId for my own purposes (correlating your sessions with my server data). But, it's private. Could you make an accessor, or...

enhancement
Session
Session Replay

### Description This means that it'll be automatically masked if `maskAllImages` is set to `true`, even if the `maskAllTextInputs` is disabled See note https://posthog.com/docs/session-replay/ios

bug
Session Replay