CTemplar/android

Google Play Billing integration

Closed this issue · 2 comments

Implementation of purchase of a subscription inside mobile application directly. All changes described in this ticket will only apply to the Google Play version.
The first step is to explore the best way for integration.

@alexdwork2018 Can you outline the plan to do this? Just in a rough way so I can understand all that's involved in this.

@Godfry Here are the main points that I see:

  • Now in the design there is a screen that offers the user only one plan - Prime. It is necessary to develop a screen design with the display of all plans. On a desktop, this is a rather large page, so a version that will fit well on the phone screen is needed.

  • The beginning of the integration of the payment system into the application. This must be done even before activating the function in order to test the functionality.

  • Discussion of the necessary changes to the backend for the subscription, verification, and other things to work.

  • Putting it all together, testing, and possible improvements.