UberKit
UberKit copied to clipboard
An easy-to-use Objective-C wrapper for the Uber API (no longer supported)
Merged with all the features in the earlier pull requests cause it's kind of accumulated.
Hello, In UberKitDemo, I get an EXC_BAD_ACCESS after login:sender is called. This is after inserting the correct clientId, clientSecret, etc. Perhaps this is an issue relating to the new API...
Added if conditions to make sure app wouldn't crash when returned data was instance of NSNull and you were trying to send "intValue/integerValue etc." to the objects.
Added New Features in the Uberkit. Like Ride Request, Cancel Request and fix issues.
Added scope "request_receipt" into the set of scopes of OAuth API.
Merged with scope feature in earlier request
So users can pass in the valid access token instead of requesting a new one every time.
I'm authorising users of my app using Oauth 2.0 following the documentation https://developer.uber.com/v1/auth/. After the user authorises the app, it's hitting my web server which then redirects to app using...