Skip to main content
Question

Revenue(verified) not show for iOS

  • November 29, 2024
  • 0 replies
  • 86 views

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)

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings