Android Deep Linking issue ! How to use Custom Url scheme myapp://some_data

后端 未结 4 806
既然无缘
既然无缘 2020-12-14 01:55

i have tried link1, link2,link3, link4, link5, link6

Here\'s everything described about DeepLinking

What i want is the custom uri myapp://some_data, opens th

4条回答
  •  隐瞒了意图╮
    2020-12-14 02:27

    To be more specific, i want to open the native application when u url of type inderbagga://a1b22c333 is clicked, Either from sms application or gmail/yahoomail email message body.

    There are many SMS and email applications available for Android. Precisely none of them know to convert inderbagga://a1b22c333 into clickable entries. You could build a list of all of those apps, contact each of their development teams, and ask them to add it.

    Or, you could have your app watch for a particular http:// URL instead. While the user would be presented with a chooser, to view that URL within your app or a Web browser, at least it will be clickable.

提交回复
热议问题