Launching Android Application from link or email

后端 未结 4 379
囚心锁ツ
囚心锁ツ 2020-12-09 12:25

I have been trying to launch the application from a link on email or from a posting on some social networking websites. The problem is that in some device or some gmail appl

4条回答
  •  死守一世寂寞
    2020-12-09 13:08

    Make a real link (http:) that goes a website you control, such as a static website on amazon s3, use the javascript on that site to detect an android user agent and then redirect to a link with the anchor tag.

提交回复
热议问题