Answer the question
In order to leave comments, you need to log in
How to sell digital content in android / ios applications through subscriptions?
There is a mobile application written in React Native and a backend to it in Laravel.
The user can see content limited in number - posts. Every day, three additional posts are opened for him. The total number of posts is naturally updated with new ones at different intervals.
I need to integrate payment so that when buying a subscription, the user can see an unlimited number of posts.
The question is:
- How should this "paid" content be sent to the application?
Can I just check on the backend whether this subscription was purchased from the user and, depending on true|false, give the number of posts available to him on the endpoint?
In addition to this purchase option, there will be others to choose from (for example, purchasing the PRO version to access additional functionality), so the option of creating a separate paid version of the application is no longer available.
I understand that the application has its own cache and it is not clear what to do if the subscription period has expired and the cached posts should no longer be available to it ...
Answer the question
In order to leave comments, you need to log in
Can I just check on the backend if the user has purchased this subscription
I understand that the application has its own cache and it is not clear what to do if the subscription period has expired and the cached posts should no longer be available to it ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question