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?

4

1 回答 1

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.

于 2021-01-19T12:30:46.647 回答