Launching app from sms link or email link

前端 未结 2 1078
夕颜
夕颜 2020-12-11 15:21

I have the requirement to launch an app when an sms or email link is followed. I have already been reading about URL schemes and already test that and it works, but the prob

2条回答
  •  爱一瞬间的悲伤
    2020-12-11 15:56

    I would insert a link to the website in SMS body. Then I would write a script on the website which will either open a download link or open the app

    This answer will solve your problem

提交回复
热议问题