17
Views
0
Comments
How to implement in App Purchase Google Play Subscriptions in an Existing Mobile App?
Application Type
Mobile

Hello everyone,

I'm currently working on a native mobile app that is already live on the Google Play Store. My next step is to add in app purchase - subscription model . I'll be creating all the necessary subscription plans and products directly within my Google Play Console account.

I am not able to create the subscriptions in Google Play console as it is asking me to upload the app with Billing SDK, what configuration do I need to do.

I'm looking for guidance on the absolute minimum configurations required within my OutSystems app to correctly implement this feature. My goal is to ensure I'm using the most efficient and reliable method.

Could you please provide a step-by-step guide focusing on the essential in-app logic? I am specifically looking for details on:

  1. Which OutSystems Forge plugin is the most suitable and reliable for handling Google Play subscriptions?

  2. What are the required Android permissions and extensibility configurations I need to add to my OutSystems application in Service Studio?

  3. What is the complete step-by-step process for the client-side billing logic? This includes initializing the plugin, querying the products from the console, triggering the purchase, and most importantly, handling the post-purchase acknowledgment.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.