Sorry if it was asked before, I searched but couldn’t find anything :(
What is the best way to calculate the price for annual subscription per month/week? I want to show user, how much he/she will pay for an annual subscription each month or week.
An app already implementing this, is Snapchat. I checked all over revenuecat documentation but didn’t find this feature.
Solved
How to show annual subscription price per month?

Best answer by Michael Fogel
Hey
A great way of doing this would be calling the priceString property and dividing that number returned by the length of the subscription. For example, for the annual product diving that returned result by 12. This would return the monthly price of the annual product.
This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.