uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
375 stars 125 forks source link

Readme info.plist error #134

Closed gloffreda closed 7 years ago

gloffreda commented 7 years ago

You have an error in your info.plist snippet:

> <key>UberClientID</key>
> <string>[ClientID]</string>
> <key>UberServerToken<key> // </key> is correct
> <string>[Server Token]</string>
> <key>UberDisplayName</key>
> <string>[App Name]</string>
> <key>UberCallbackURIs</key>
> <array>
>     <dict>
>         <key>UberCallbackURIType</key>
>         <string>General</string>
>         <key>URIString</key>
>         <string>[callback://your_callback_uri]</string>
>     </dict>
> </array>
jbrophy17 commented 7 years ago

Thanks for the report, looks like #132 will solve this