Solved

Is it possible to share subscription between apps?


Badge +3

I have few apps and I would like possibility to share subscriptions between them. So if a user is subscribed in one app they would have possibility to use pro features in other apps as well. Is it possible now with RevenueCat?

icon

Best answer by Jens 5 August 2021, 15:53

View original

29 replies

Userlevel 5
Badge +7

Hi @Roman, the topic was marked as solved by the OP; it’s not yet live but will be launched in beta VERY soon (and you are on the list for the beta; you will receive an email when it’s launched).

Userlevel 5
Badge +7

Right now, it is only possible to share subscriptions between one iOS and one Google Play (Android) app. We are currently working on a project that will allow associating multiple apps on the same platform with each other, which will enable the exact scenario that you are describing. That project is planned to ship over the course of the next few months.

Userlevel 5
Badge +7

@Roman as many as you want, yes.

Userlevel 5
Badge +7

Hi @Jesper Ahlmann Andersen, the feature is no longer in beta but fully launched. It’s not possible to share entitlements across projects, but across apps within one project. To share entitlement access between apps, you will need to add them to the same project. The access is shared automatically as long as you use the same user IDs across apps. 

(For existing apps, you might need to contact our support team, because there isn’t currently a way to move apps between projects through the UI).

Userlevel 5
Badge +7

Hi @jeffp , that is not on the roadmap and also unlikely to happen, since different projects don’t share a App User ID namespace or entitlements. You could build something using webhooks and promotional entitlements (when you receive a webhook about a new purchase or new renewal from one project, use the REST API to create a promotional entitlement in the other project), though.

Userlevel 5
Badge +7

Hi @gianpiero , to share subscriptions between different apps, you will have to implement am authentication mechanism of some sort. Each app will only be able to restore its own purchases (that's an app store limitation)

Badge +3

I'd like to upvote the last comment from jeffp. I'd be nice to associate integrations with different apps in the same project.

Userlevel 5
Badge +7

@jeffp this is not currently possible; the best workaround would probably be to grant promotional entitlements on the respective other project using the REST API.

Userlevel 5
Badge +7

We have it on the roadmap to configure different integrations on a per-app basis eventually. Right now the best way might be to either listen to webhooks on your own backend and then forward them to different Amplitude etc URLs based on the `app_id` contained in the webhook; or alternatively you could use a CDP like Segment for this (configure the Segment integration, and then in Segment set up logic that forwards the event to different destinations based on the `app_id` contained in the payload.

Userlevel 5
Badge +7

@jeffp yes. All apps within a project can share entitlements.

Userlevel 5
Badge +7

@jeffp yes, entitlements are shared across all apps within the same project, regardless of which platform, including multiple iOS and multiple Android apps.

Badge +2

+1 for the ability to share a subscription between multiple iOS Apps. 

Badge

Any news on this or a way to join the Beta?
or perhaps an update on the progress

 

haven’t been able to find a API endpoint that can get entitlements across projects

 

cheers

Badge +5

@Jens I see that topic is marked as “Solved”. Is it already implemented? 

Badge +4

Configuring integrations differently per-app within a project is on our roadmap but we don’t have an ETA for it.

Hey @Jens, is it on the roadmap to allow sharing entitlements across apps in different projects?

Hi @Jens! I’m planing to implement multiple apps inside a single projects. Should we authenticate the user with the user ID or it just works based on the purchase account from App Store?

Currently I don’t authenticate the user in any way, and I base everything on the App Store receipt via restoring, but not sure if it is possible to connect between multiple apps.

Thanks!

Thanks @Jens! So the subscriptions on both apps need to have the same entitlement, and when the user unlocks it on one, it will be unlocked on every app. That’s great!

Do you have an article that explains this process?

Thank you for your support!

Userlevel 5
Badge +7

Configuring integrations differently per-app within a project is on our roadmap but we don’t have an ETA for it.

Badge +5

+1 for the ability to share a subscription between multiple iOS Apps.

@Jens Do you have some date to have it done?

Userlevel 5
Badge +7

This is currently under development, we’ll launch it as soon as we’re ready, hopefully over the course of the next few weeks

Userlevel 5
Badge +7

Hi @gianpiero , the closest article I can find is this one: https://www.revenuecat.com/blog/engineering/cross-platform-subscriptions-ios-android-web/

It talks more about the cross-platform aspect but it’s the same for apps sharing a project on the same platform.

Badge +4

@Jens Is it possible to share an entitlement across apps in different projects? Or is there a good workaround? We need to create a new project for a new app because it has separate integrations (i.e. Amplitude, Adjust, etc). However we’d like to bundle both apps under a single subscription.

Badge +4

@Jens Thanks. The other option would be to add the apps to the same project so they can share entitlements, and using a workaround to integrate with separate Amplitude projects, etc. Any way to do this?

Badge +4

Hey @Jens is this feature available?

Badge +4

@Jens Got it, thank you!

Reply