Question

Test "Never had any subscription"

  • 23 April 2024
  • 1 reply
  • 16 views

Badge +3

Hello,

I have an app with a 3 days trial on android. I just added A single payment offer but I am not able to see it, it should be because I already subscribed with this phone. Is there any way to reset the subscription so I can check the offers again.

I just check with an other phone I can not debug and the full price is displayed not the offer one 

I should have 39.99€ and not 99.99€

I am getting the products this way with React Native

const offerings = await Purchases.getOfferings();

offerings.all.Subscription.availablePackages[0].product.priceString


This post has been closed for comments

1 reply

Userlevel 3
Badge +8

Hi,

It sounds like it may be an eligibility issue. If you try with a new test user (w/o any subscriptions), do you get the intro price?

Also, there is a subscriptionOptions parameter on the StoreProduct that should have more information