I'm building react-native app.
Subscription Plan A: 1$
Subscription Plan B: 2$
I need to implement purchase multiple same plans like below
PlanA * n + PlanB * k
But InAppPurchase doesn't allows purchasing multi subscriptions for same plan.
Otherwise, If I use Stripe then Apple will reject my app.
Is there any brilliant way?