UPI App Deep linking using Intent - inconsistent and buggy behavior

前端 未结 4 980
轮回少年
轮回少年 2020-12-08 08:29

I have deeplinked UPI apps from my android native app using intent. I have tested this with various UPI apps like BHIM, PhonePe, AXIS, UnionBank, Pockets etc.

I crea

4条回答
  •  渐次进展
    2020-12-08 09:02

    For displaying payment page correctly, you have to setAction(Intent.ACTION_VIEW) on your intent.

    I am getting response only from BHIM app by using getStringsExtra("response") on Intent data.

提交回复
热议问题