I’ve added a 50% off offer on my yearly-autorenewing subscription in revenuecat which you can see in the image below. It’s called “mente-argentina”.

This is for people who’ve never subscribed to my app. I’ve signed into my app with a fresh account, that’s never made any subscriptions to test this.
This is a react native app and I’m using the react-native-purchases package.
I’m calling the following function to get an object with all of my subscriptions/offerings in it:
const offerings = await Purchases.getOfferings();
When logging all pieces of this object, I can’t see the mente-argentina offering anywhere.
I thought maybe I should try to create another product in the revenuecat ui but there I’m unable to get revenuecat to find the offering by id in the playstore, so I’m thinking that’s not the case.
Is there anything I need to do to sync my google play offers and revenuecat? And how do I get these offers to show up in my code so I can show them to the user.
