question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SessionConfiguration.Environment.SANDBOX explanation

See original GitHub issue

If I called setEnvironment(SessionConfiguration.Environment.SANDBOX), what exactly does that mean? Does it mean that an actual Uber ride will NOT be requested?

I have called

uberButton.setRequestBehavior(new RideRequestActivityBehavior(getActivity(), REQUEST_UBER_REQUEST_CODE));

If I request an Uber in Sandbox mode, will it come back to the onActivityResult() callback method with resultCode == Activity.RESULT_OK?

Maybe you could spell this out in your README, unless you explain it somewhere else.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
itstextercommented, Sep 1, 2016

Thanks for upping the bar on the quality of our SDK! I’ll be integrating all of this conversation into our README over the next week, I really appreciate the outside insight you’ve provided.

0reactions
lawloretiennecommented, Sep 1, 2016

Thanks for all the info. I appreciate it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SessionConfiguration - Android Developers
Check if this SessionConfiguration is equal to another SessionConfiguration . Executor · getExecutor(). Retrieve the Executor for the capture session.
Read more >
What is a Sandbox Environment? Definition & Setup - Proofpoint
A sandbox environment is a virtual machine where malware can execute without affecting network resources or apps. Read to learn what a sandbox...
Read more >
Can't get [Environment: Sandbox] when testing InApp purchase
I have signed out the App Store in the Settings app on this device. Then I run my new app from Xcode and...
Read more >
Deeplinking to Uber app fails setting location of pickup and ...
setEnvironment(SessionConfiguration.Environment.SANDBOX) .build(); UberSdk.initialize(config);. This is Uber Button to request a ride :
Read more >
What is a Sandbox? Definition from SearchSecurity - TechTarget
Discover what sandboxing is and how companies use isolated testing environments to run programs, applications and files separately from rest of the system....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found