Manoel Aranda Neto
Manoel Aranda Neto
Tried to reproduce this, and even created a small repro https://github.com/PostHog/posthog-js-lite/blob/main/examples/example-gcp-functions/ but nothing. @freeatnet please check this [comment](https://github.com/PostHog/posthog-js-lite/issues/232#issuecomment-2133025063) if still relevant.
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and...
Consider a mobile companion app that sends push notifications as well, see [request](https://www.g2.com/products/posthog/reviews/posthog-review-9190658).
@pauldambra should we close this issue as completed?
@BillCarsonFr by App Extension (Notification Service) do you mean a Notification Service that extends `UNNotificationServiceExtension`? If that's the case, that still works for me, can you provide a minimal reproducible...
@BillCarsonFr are you trying to init the SDK on the UNNotificationServiceExtension class? can you provide a minimal reproducible example?
That's exactly what I did: https://github.com/PostHog/posthog-ios/tree/main/PostHogExampleWithPods I just added the NSE extension and compiled it normally. can you do the very same, zip the folder or send me or just...
Ok, now I can reproduce it. I could annotate the method with `@available(iOSApplicationExtension, unavailable)` but then even the `setup` method is unavailable (because I have to annotate all the callers),...
@JoeFerrucci do you mean https://developer.apple.com/documentation/swift/codable ?
We're currently rewriting the iOS SDK and we'll consider this use case, thanks for the context. Edit: Consider using the [customstringconvertible](https://developer.apple.com/documentation/swift/customstringconvertible) as well.