First of all, congrats on the launch! May the coming months be filled with increasingly valuable cohorts of new subscribers 🚀
There’s extensive documentation on iOS Subscription offers in RevenueCat here, but TLDR:
If you used In-App Purchase Promo Codes, your charts are going to be off 😕 This is an Apple / StoreKit limitation: These will also be displayed in your Sales and Trends reporting as a purchase, while they’re obviously not. These users also won’t auto-renew, and you can only send 100 out for each product, every 6 months. These really aren’t meant to be used commercially
If you use Offer Codes, (possible if you implemented the code redemption sheet OR if you send folks to the App Store to redeem your code), we will display the initial purchases made with those codes as $0 transactions. Renewal transactions will be tracked normally. If a purchase shows offer_code = null, that means that no Offer Code was used (it would show the code used in case one was)
If you’ve used Promo Codes, and want to switch to Offer Codes, there’s a good guide on how to do that here