Solved

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

  • 29 July 2021
  • 1 reply
  • 111 views

Badge +3

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

Note: I’m using Flutter

icon

Best answer by cody 29 July 2021, 22:56

View original

1 reply

Userlevel 6
Badge +8

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