rides-ios-sdk v0.5.3 Release Notes

Release Date: 2016-11-18 // over 7 years ago
  • 🚀 This will be the final release using Swift 2.2

    🛠 Fixed

    • Issue #51 Added Information about Server Token in README
    • ⚡️ Issue #58 Updated README examples to correctly use pickup & dropoff
    • ⚡️ Issue #76 Update Ride Request Button Delegate to always fire. The RideRequestButtonDelegate will now always fire didLoadRideInformation once information has been loaded. Including if it encounters an error. Any errors that are encountered will still fire didReceiveError. didReceiveError will always be called before didLoadRideInformation
    • Issue #86 via Pull #114 Fix RideScope not mapping for all cases
    • Issue #94 Make ride status available in Objective-C
    • Issue #127 Shared Credentials across iOS app and extension

    • ✏️ Pull #105 Fixing typos

    • ⚡️ Pull #72 Updates to make README more clear

    • ⚡️ Pull #73 Updates to README about info.plist

    • Pull #65 Example of how to run samples without Carthage