Closed andyxmai closed 9 years ago
Hey Andy,
This is a issue in the current App Store version of Venmo. We have fixed the bug and it will go out with our next release in the next few weeks.
Thanks!
So Venmo just released an update in the App Store today. I updated it, but now it crashes when the request switches over to the Venmo app. Is this the update that you had in mind or will there be an upcoming one?
Hey Andy,
We found the new bug which was introduced and fixed that one too. The next update will fix this. :stuck_out_tongue:
When I try to request permission with [[Venmo sharedInstance] requestPermissions:@[VENPermissionMakePayments, VENPermissionAccessEmail, VENPermissionAccessPhone] withCompletionHandler:^(BOOL success, NSError *error) { if (success) { ... } else { ... }]; } }];
I get the following error:
OAuth Error The operation could not be completed (cocoa error 3840).
I only started getting this error recently. Also, not every user gets this error message, but most do. I tried looking for a solution but can't find anything. Any help would be appreciated. Thanks.