-
Notifications
You must be signed in to change notification settings - Fork 6
[BUG] dashboard & chats all mess up after upgrade to SDK 2.0.6 #66
Description
New issue checklist
- I have reviewed the
README
and documentation - I have searched existing issues and this is not a duplicate
- I have attempted to reproduce the issue and include an example project.
General information
@superwall/react-native-superwall
version: 2.0.6- React Native version: 0.76.7
- Expo version (if applicable): 52.0.38
- Platform affected (Android and/or iOS): more on Android, but also on iOS
- OS versions affected, e.g. iOS 18.3.1 (if applicable):
- Devices/Simulators affected:
- Reproducible in the example app? (Yes/No):No
- Related issues:
Describe the bug
We are unable to use the result campaign or charts because, the data are mess up
I have upgrade the SDK react-native to 2.0.6 on the 19 march 2025 following https://superwall.com/docs/migrating-to-v2-react-native and https://superwall.com/docs/using-revenuecat (using the PurchaseController)
Since this date:
Android :
Example 1 :
Here the new trial (seems OK)
By the transation completed dropped
But if I check the users with transation completed it seems fine
Links :
- https://superwall.com/applications/4953/charts/v2?cT=transactionCompletes&b=sdkVersion
- https://superwall.com/applications/4953/users?event=transaction_complete
Example 2 :
We have an ABtest since the 17 march 2025
The campaign give us conv rate of 0.8% and 1.2% which is not real.
If I make a chart, on the placement "onboarding" (which where we do the ABtest), we get the real number
Links:
- https://superwall.com/applications/4953/charts/v2?iCT=line&dP=custom&dF=2025-03-17T09%3A39%3A33&dT=2025-03-26T11%3A25%3A03&b=paywallId&dI=month&cT=initialConvRate&p=onboarding
- https://superwall.com/applications/4953/campaigns/19766?audience=47973&tab=2
IOS :
the initial conversion seems to have dropped and does not match with Revenuecat
VS
links:
Steps to reproduce
N/A