Discussions
Real purchases are not displayed.
Hi! I'm sending more detailed information.
I am integrating into an iOS project.
In the code, I added:
let config = Qonversion.Configuration(projectKey: "my key", launchMode: .subscriptionManagement) Qonversion.initWithConfig(config) Qonversion.shared().setUserProperty(.userID, value: SharedData.deviceID)
There is a setup with AppsFlyer:
Qonversion.shared().setUserProperty(.appsFlyerUserID, value: AppsFlyerLib.shared().getAppsFlyerUID())
In the request to ATTrackingManager:
Qonversion.shared().collectAdvertisingId()
Before completing the transaction:
Task { await QonversionSwift.shared.syncStoreKit2Transactions() }
All according to the documentation.
For testing, I set:
config.setEnvironment(.sandbox)
And all purchases are displayed on the dashboard, but when I send it to the store with the setting:
config.setEnvironment(.production)
Real purchases are not displayed.
I am sending you the QON UIDs: QON_1835b66539a340caad19a352e45f9227
From this account, purchases were coming in until June 7 and then stopped.