venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Added a flag to force web flow even with the venmo app installed locally... #51

Closed ioliverm closed 7 years ago

ioliverm commented 10 years ago

While integrating our app with the venmo sdk, we found that the native venmo app does not allow the user to switch to a different account when asking for credentials if there's already a valid venmo account set up. One of our use cases needs to allow the user to select more than one venmo accounts, so we need a way to allow him to select an account which is not his main venmo account. Until a workaround will be done in the venmo app (if that ever happens) which would consist in adding a "switch account" button.

ayanonagon commented 10 years ago

Hi @ioliverm, thanks for your pull request! I'm taking a look at this now. Thank you for adding tests for your changes too. :octocat: