Hi everyone, we have issue with revenue(verified)
with Amplitude-iOS (old sdk)
only 2 event [Amplitude]revenue(verified) showed per 400 [Amplitude]revenue
after upgraded to Amplitude-swift
the [Amplitude]revenue(verified) is not show, (does it only work for production?)
we already set the $receipt and $receiptSig
we use Swift
Thansk for answers! :)
let revenue = Revenue()
revenue.productId = productId
revenue.quantity = quantity
revenue.price = price
revenue.revenueType = type
revenue.revenue = price * Double(quantity)
revenue.properties = property
revenue.setReceipt(receipt: receiptId, receiptSignature: receipt.base64EncodedString())
amplitude.revenue(revenue: revenue)