Skip to main content
Answer

How to see the subscription status (Active or not) from another device?

  • July 29, 2021
  • 1 reply
  • 206 views

Forum|alt.badge.img+3

I want to check a user account have active subscription from another device which have different user account? 

Note: I’m using Flutter

Best answer by cody

Hey @SAMSUDEEN FASLU RAJAN!

To share subscriptions across devices, you’ll need to implement custom app user IDs.

If you don’t have a custom authentication system or a way to provide custom user IDs, you’ll need to implement a method to restore purchases. When the user attempts to use the subscription on another device, they’ll need to restore purchases to access their active entitlements.

This post has been closed for comments

1 reply

cody
RevenueCat Staff
Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • July 29, 2021

Hey @SAMSUDEEN FASLU RAJAN!

To share subscriptions across devices, you’ll need to implement custom app user IDs.

If you don’t have a custom authentication system or a way to provide custom user IDs, you’ll need to implement a method to restore purchases. When the user attempts to use the subscription on another device, they’ll need to restore purchases to access their active entitlements.