dongxifu5009 2016-07-15 12:42
浏览 108
已采纳

如何知道谁点击了我发送的推荐链接?

I am making an android app, in which user will share the unique app link to his friends. and if his friend clicks on that link than he/she will be redirected to the play store or app store according to device. and when he/she installs the application then he/she should automatically added to the group of the person who sent the link.

i have successfully done with the creating links.

Thank you in advance

  • 写回答

1条回答 默认 最新

  • dongshi8038 2016-07-15 13:05
    关注

    This seems more like an "architectural" type question, but it seems to be that you need to setup a workflow in which clicking on the link creates the new users account and associates it w/ the friend/friends without your web server, then forwards that person to the Play store to download the app. This could happen as several steps in the workflow, but appear as one "step" to the end user, if that's the desired goal, or it could be that you want them to go through the process step-by-step.

    As far as how to handle getting the friends linked up, when the link is created, you could generate some unique ID string to tack into the URL. When sent to your server, this link would either contain info that tells your app what to do, or point to some pre-populated data table/file that has what you need. Either way, the URL would signal your web app server what needs to happen.

    Keep in mind, we know VERY little about your app based on your description. Also, just to restate, this seems more like a design/architecture issue, not a "code" issue, and should probable be posted in on of the other Stack Exchanges.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 LiBeAs的带隙等于0.997eV,计算阴离子的N和P
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 matlab有关常微分方程的问题求解决
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算
  • ¥15 java如何提取出pdf里的文字?
  • ¥100 求三轴之间相互配合画圆以及直线的算法