Reputation: 13
If I understood correctly the Uber API would open the Uber app via deep link if the Uber app is installed on the device, and would open the Ride Request Widget if the Uber app was not installed on that particular device. On one device we tested this behaviour is normal. On other devices, the widget opens regardless of whether the Uber app was installed or not. Cant seem to find a solution. Any help?
Upvotes: 0
Views: 254
Reputation: 355
My guess is that you need to add "uber" & "uberauth" to the LSApplicationQueriesSchemes entry in your Info.plist. Is the device that it works on running iOS 8?
Otherwise, make sure your Uber app is updated to the latest version
Upvotes: 1