New!Check out Board viewCheck out the new Board viewOrganize and track your social content ideas with the new Board view.Learn more

Manage subscriptions with ease using the Google Play Subscription Center

Jun 22, 2018 2 min readOverflow
Photo of Joe Birch
Joe Birch

Senior Engineer @ Buffer

At Google IO this year there was a great session on some new Google Play features to make subscriptions and billing operations easier for both users and developers. The announcements here were also followed up by a blog post here on the Android Developers Blog.

Whilst not everyone will be able to make use of all these new features, if you’re providing subscriptions in your applications then you want to make it easy for your customer to be able to manage these. Now, whilst we don’t need to implement this management ourselves, we can pave the path for our users to these screens within the Play Console so that they are able to reach their subscriptions with ease. This not only makes the process simpler for our users, but your support team will also have a more pleasant process when guiding users on how to manage their in-app subscriptions.

This new subscription center will look something like this when opened up in the play store:

This allows our user to easily see the subscriptions that they are currently subscribed to in one place, you can launch this using the URL if you wish to do so from your app:

https://play.google.com/store/account/subscriptions

If the play store is installed then launching this URL will take the user to this screen in the play store app. Now, what is even better is the ability to be able to link your user exactly to the page that will show the subscriptions for your app:

At this point, the user will be instantly taken to the screen where they can view and manage the subscription for your application. After viewing this subscription, users will also be able to:

  • Update the payment method used for the subscription
  • Cancel the subscription and also complete a cancel survey

You can launch this manage subscription screen by using the following URL:

https://play.google.com/store/account/subscriptions?sku=your_sku&package=your_package_name

So for example, in the video above our URL look like so:

https://play.google.com/store/account/subscriptions?sku=org.buffer.android.iap.pro.monthly&package=org.buffer.android

If the play store is installed, then this will be used to handle the request. If you accidentally provide an SKU that isn’t found, or if something goes wrong, the play store will handle this for you – so don’t worry about any super weird behaviour occurring:

Linking to the Subscription Center is a straightforward task and allows you to create a more frictionless subscription management for both your users and your team ?

Brought to you by

Try Buffer for free

140,000+ small businesses like yours use Buffer to build their brand on social media every month

Get started now

Related Articles

OverflowDec 13, 2022
Highlighting Text Input with Jetpack Compose

We recently launched a new feature at Buffer, called Ideas. With Ideas, you can store all your best ideas, tweak them until they’re ready, and drop them straight into your Buffer queue. Now that Ideas has launched in our web and mobile apps, we have some time to share some learnings from the development of this feature. In this blog post, we’ll dive into how we added support for URL highlighting to the Ideas Composer on Android, using Jetpack Compose. We started adopting Jetpack Compose into ou

OverflowApr 18, 2022
Secure Access To Opensearch on AWS

With the surprising swap of Elasticsearch with Opensearch on AWS. Learn how the team at Buffer achieved secure access without AWS credentials.

Load Fonts Fast
OverflowDec 9, 2021
Load Fonts Fast

At Buffer, we’re constantly experimenting with ways we can improve our products and try out new ideas. We recently launched Start Page , a beautiful, flexible, mobile-friendly landing page that you can build in minutes and update in seconds. As a Software Engineer on Buffer’s team I’ve tackled a long list of fun projects, including Start Page. One thing I love about this project, is that as we foray deeper and deeper into user-generated content and customization, w

140,000+ people like you use Buffer to build their brand on social media every month