react-native-purchases icon indicating copy to clipboard operation
react-native-purchases copied to clipboard

Period is missing from CUSTOM packages

Open andreibarabas opened this issue 5 years ago • 1 comments

Describe the bug

We have multiple MONTHLY subscriptions in our offering, that offer the user in app coins

  • Get 1000 Coins every month for $9 / month
  • Get 5000 Coins every month for $19 / month
  • Get 6000 Coins every month for $50 / 3 months

Obviously, we are using the CUSTOM package type, BUT there is no period field returned from to the react-native land, although in native there should be, as it is defined in the app stores.

There is indeed a period, but it is set only for intro price.

Currently, we made an internal convention about the package identifier naming, but it is just a workaround, and sooner or later it will break.

andreibarabas avatar Sep 19 '20 15:09 andreibarabas

We were just cleaning up some issues and realized we haven't replied to this issue before. So sorry about that.

I think we can definitely expose the subscription period in the product in React Native, since as you say the native SDKs provide it. I have created a task in our backlog to expose it since it definitely makes sense.

vegaro avatar May 17 '21 21:05 vegaro