我正在尝试在Android上的我的应用中添加超级深层链接。
我正在创建如下意图:
Intent intent = new Intent(Intent.ACTION_VIEW, deepLink.getDeeplinkUri());
mContext.startActivity(intent);
我发送的计算Uri是:
uber://?action=setPickup&product_id=91901472-f30d-4614-8ba7-9fcc937cebf5&pickup[latitude]=-33.9226277&pickup[longitude]=18.4232182&dropoff[latitude]=-33.972282&dropoff[longitude]=18.601956
然后启动Uber应用程序,选择正确的产品,但它根本没有提取下降位置。
我错过了什么吗?
感谢您的帮助
答案 0 :(得分:3)
确定。我找到了解决方案。您还需要通过提货[昵称]和辍学[昵称]发送,然后才能在超级应用中显示任何内容
答案 1 :(得分:0)
就我而言,我忘了附上product_id
。
附加它没有昵称