1

I have two versions of my app:

  1. With ads

  2. Without ads.

And I have subscriptions in my app. I want to share one subscription across these apps. For example such a scenario:

The user buys a subscription in the app with ads and later he buys app without ads. I want to share the subscription in the first app to the second. Is it possible with the standard google billing library?

Bruno
  • 3,872
  • 4
  • 20
  • 37
Axbor Axrorov
  • 2,720
  • 2
  • 17
  • 35

1 Answers1

0

I found that this is not possible. If You should share subscriptions across multiple apps you should create your own authorization system and connect subscriptions to users.

Axbor Axrorov
  • 2,720
  • 2
  • 17
  • 35