Skip to main content
Solved

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

  • 29 July 2021
  • 1 reply
  • 147 views

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

Note: I’m using Flutter

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.


Reply