-
**SDK version:**
I have tried 4.0.2 and 3.9.1
**Environment:** Development or Production
Development and production
**Are logs available?**
No logs available - app crashes when import…
-
The issue:
Deeplink/Universal Link is not working from push notifications if the app is not in killed state.
What is working:
UniversalLink/Deeplink is working fine when the app is in killed stat…
-
When I try to compile with the newest versions of expo and react native I get the following error:
```
❌ (ios/NotificationService/NotificationService.swift:3:8)
1 | import Foundation
2 | im…
-
### gopls version
0.16.2
### go env
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN='/Users/matthew/.local/share/mise/installs/go/1.22.3/bin'
GOCACHE='/Users/matthew/Library/Caches/go-build'
GOENV…
-
**SDK version:**
`Version: ~> 2.14.1`
**Environment:**
Production - Debug
**Are logs available?**
Yes, logs are available and have been sanitized for sensitive information.
``` …
-
The problem:
1. we make the decision to send the person or not based on if they have ever had email set https://github.com/PostHog/customerio-plugin/blob/93205d23c2df167f49ed27d9b7232637b7494b50/inde…
-
Hello, i'm facing issues with [customer.io](http://customer.io/) plugin configuration on our expo application, so i'm using customerio-expo-plugin and i followed the documentation pour the setup, here…
-
Hi,
We're trying to integrate the Customer IO SDK into our managed Expo app using this plugin. However, we are unable to successfully make an iOS build. I've followed the [guide](https://docs.custo…
-
from customerio import CustomerIO, Regions
site_id=xxx
api_key=yyy
cio = CustomerIO(site_id, api_key, region=Regions.EU)
cio.track(customer_id=id='cid_xxx', name='event') #tried Event, Lesson Comp…
-
Hello,
we have all tokens from FCM for iOS as well and we would like to import them in Customer.IO. However we also need to collect the new tokens as FCM tokens if I understand correctly because yo…