cuappdev/ithaca-transit-ios

Siri Shortcuts Fails to Open to RouteOptions

ywsang opened this issue · 0 comments

On newly created Siri shortcuts, the app fails to open to RouteOptions VC. It looks like it's because the latitude and longitude properties of Place are now optional, so converting the coordinates to strings to create the URL scheme results in "Optional(some #)". Thus, the URL fails to parse correctly when trying to open the app via the URL scheme.