Solved

Php google and apple sdks

  • 20 October 2021
  • 1 reply
  • 114 views

Badge +1

I want to connect a user on the web application verison of my application to the google play or apple app store accounts so that to check if they are subscribed so that i dont ask the customer to subscribe again. Subscriptions made on ios and those made on web application are taken to mean the user has subscribed and are both valid.

 

Do i need to login the user in my web application first say using Auth0 or how does revenue cat connect the mobile and the web applications?

 

 

icon

Best answer by cody 22 October 2021, 17:42

View original

1 reply

Userlevel 6
Badge +8

Hey @Geoffrey Kimani!

We don’t currently have a web SDK, but you can use our REST API to get the subscription status of any user ID: https://docs.revenuecat.com/reference

By using a unique custom user identifier across your apps and web application (like a unique user identifier from your own database or Auth0), you can reference users and their subscription status to take advantage of RevenueCat as the source of truth for your users’ subscription status.

Reply