SessionConfiguration.Environment.SANDBOX explanation
See original GitHub issueIf 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:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Thanks for all the info. I appreciate it.