praveen-eci
Results
2
comments of
praveen-eci
Hi @dorjsurend @coofzilla its due to policy and agreement acceptance. please check your app/play store is there any thing is left to accept. in my case i am facing this...
Hi @coofzilla use this below code ``` const handleBuySubscription = async (productId, offerToken) => { try { await requestSubscription({ sku: productId, ...(offerToken && { subscriptionOffers: [{sku: productId, offerToken}], }), }).then(async...