I cannot find a clear way to implement the IOS promo codes inside React Native
surely, I followed the documentation here : https://docs.revenuecat.com/docs/ios-subscription-offers
I tried both offer codes and the promotional offers
the promotional offers could not be used, it fired error,
this offer is ineligible for the current user
looks these promotional offers cannot be used for the new users
so I had to switch to the offer codes, I tried to open the sheet
Purchase.presentCodeRedemptionSheet();
it does not show anything, neither give me any errors to know what’s happening
Apple forcing us to use their promotional system to pass the app review and publishing to the store
My client application is delayed for a months because of this feature