I am using monthly and annual package in my app. They have 3day trial option.I used these method:
var paymentDiscount = await Purchases.getPaymentDiscount(
choosedoffer!.product, choosedoffer!.product.discounts!s0]);
purchaseinfo = await Purchases.purchaseDiscountedPackage(
choosedoffer!, paymentDiscount);
to make a purchase.It is working while i am testing but when i uploaded to the app store from other’s people’s Iphone i realized that it isn’t working.Payment screen do not come to the screen but in test mode it is coming.How can i solve this problem?