When we use RevenueCat REST API, it seems to be only accessing non-sandbox mode data . But we want to use sandbox mode for testing. Any tips here?
Use RestAPI to access the data in Sandbox
Page 1 / 1
The subscription object has an is_sandbox property that you can check to see if the purchase is sandbox or production. Are you checking this property? RevenueCat will return both production and sandbox purchases in the API response so you should loop through all of the subscriptions in the response and check that property.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.