Issues icon indicating copy to clipboard operation
Issues copied to clipboard

In Test App Purchase listed in production Dashboard

Open findthebug opened this issue 1 year ago • 0 comments

Implemented SwiftUI SDK to send inapp-purchases to Telemetrydeck.

// example code TelemetryDeck.purchaseCompleted(transaction: transaction)

I did tests in TestFlight and locally, looks all valid. Also the data appears in TelemetyDeck Website Dashboard.

Issue: The data is shown in both, test and production dashboard.

Prod dashboard: Bildschirmfoto 2024-10-25 um 16 46 56

Expected behavior:

  • In the production dashboard just real purchase from production app should be displayed.
  • TestFlight IAP & Debug build should be listed in "TestMode" not "Production"

findthebug avatar Oct 25 '24 14:10 findthebug