我尝试使用以下方法从我的 android 应用程序启动 Uber 应用程序意图:
Activity_launch_request intent:Intent { act=android.intent.action.VIEW dat=uber://?action=setPickup&client_id=<MY_ID_HERE>&pickup=my_location&pickup[nickname]=pickupNicknameTest&dropoff[latitude]=50.464521084216&dropoff[longitude]=4.8633537143047&dropoff[nickname]=dropoffNicknameTest }
Uber 应用程序打开,但没有设置下车点(它打开地图和一个“你想去哪里?”字段,我可以点击它来设置我的目的地)。我在深层链接请求中遗漏了什么吗?我试图替换“。” 正如我在另一篇文章中看到的那样,通过“,”在纬度和经度值中,但没有成功。
谢谢