Skip to main content
Solved

Web API use in Testing/Staging

  • 17 November 2021
  • 1 reply
  • 88 views

Hello,

When talking to the RevenueCat API from the web, is there a way to mark those calls as intended for sandbox/staging? When using the mobile SDK, the system knows the IAPs are meant for sandbox because of the build environment on the iOS or Android side. Just wondering how to indicate the same when making web API calls?

Hey @Ben Gohlke :wave: ,

When using the Mobile SDK it knows the difference of the environment (production vs sandbox) due to the user’s receipt coming from Apple/Google. When making web API calls there isn’t a way to know the environment. 


Reply