Good day everybody.
I'm using "Uber" API in my iOS app, and When I check if CanOpenURL
it prints This app is not allowed to query for scheme uber
in the log
I search about it, and I found that I must write this to my .plist
file
<key>LSApplicationQueriesSchemes</key>
<array>
<string>uber</string>
</array>
I did that but also it still the same problem.
Any Help !!