0

Context:

I'm setting up environment variables for dev/stage/prod and trying to figure out what the callback urls for my app are. Thinking it will likely be com.appName.dev://, com.appName.staging://, com.appName.production:// or something along the lines of that

Seems like it should be a simple

console.log(process.env.bundleID) or 
console.log(process.scheme) or something like that

// returns "com.appName.dev" or "appName.prod" or... not sure what it is, thats why I'm asking  

Any suggestions?

Note: Might be using improper terminology here, maybe "scheme" is the right word, or "bundleID" or app url... please correct me if I'm off!

Shep Sims
  • 698
  • 9
  • 27

0 Answers0