如何生成 link 将打开应用程序/重定向到应用程序商店并将一些数据传递给应用程序?
How to generate link that will openapp /redirect to appstore and pass some data to the app?
刚开始阅读 branch.io 文档,但找不到如何阅读。
我的情况:
我有一台服务器,我在上面生成电子邮件并向用户发送电子邮件。服务器是在 Node.js(javascript 环境)中编写的。我只想生成 link,它将 打开 特定应用程序 (ios/android) 或 redirect 到应用程序商店(我想要将此 link 粘贴到每封电子邮件中)。在这两种情况下,我都想将一些数据(如 {"code":"xxx"}
)传递给 opened/installed 应用程序。
我该怎么做?
来自 Branch.io 的 Alex:抱歉,您在查找此信息时遇到问题!幸运的是,您所描述的正是 Branch 最擅长的。
这是您需要 运行 通过的项目列表:
- Sign up for Branch.
- Complete the initial dashboard setup process.
- Integrate the Branch SDK into your iOS/Android app.
- Read about how links are configured.
- Use the API to generate links on your Node.js server (alternatively, depending on how you have things set up, you might be able to make use of the javascript SDK).
刚开始阅读 branch.io 文档,但找不到如何阅读。
我的情况:
我有一台服务器,我在上面生成电子邮件并向用户发送电子邮件。服务器是在 Node.js(javascript 环境)中编写的。我只想生成 link,它将 打开 特定应用程序 (ios/android) 或 redirect 到应用程序商店(我想要将此 link 粘贴到每封电子邮件中)。在这两种情况下,我都想将一些数据(如 {"code":"xxx"}
)传递给 opened/installed 应用程序。
我该怎么做?
来自 Branch.io 的 Alex:抱歉,您在查找此信息时遇到问题!幸运的是,您所描述的正是 Branch 最擅长的。
这是您需要 运行 通过的项目列表:
- Sign up for Branch.
- Complete the initial dashboard setup process.
- Integrate the Branch SDK into your iOS/Android app.
- Read about how links are configured.
- Use the API to generate links on your Node.js server (alternatively, depending on how you have things set up, you might be able to make use of the javascript SDK).