RevenueCat / RevenueCat/react-native-purchases
Period is missing from CUSTOM packages
Open
@vegaro is already working on this.
Since May 17, 2021.
bug
Investigating
triaged
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 117
- Avg merge
- 14h 40m
- Merged PRs (30d)
- 40
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.