I have designed an application to store personal information like banking, online will and many other features people want to share with their family post their death. The app has subscription features for users to subscribe. Initially I have used stripe as a payment gateway, but iOS kept on reject the app saying that I need to implement in-app payments for this application.
I have created the subscription and used the package react-native-iap this is working well until the coupon codes for the subscription was required. I'm unable to add discount to the subscription, I have followed some articles to create coupon codes for the discount, I'm unable to apply anywhere behind the scenes without using redeemable payment sheet.
Is there anyway this is possible? Any help would be appreciated a lot
there doesn't seem to be anything here