TestFlight 应用程序的通用链接支持
Universal links support for TestFlight apps
我现在在 TestFlight 中有一个应用程序,它还没有准备好 public。我愿意向其添加通用 links,因此我可以邀请我的测试人员通过包含一些参数的通用 link 来测试该应用程序。
流程是:
Generate a universal link with specific invitation params -> User taps on the link -> if TestFlight is not installed it will go download TestFlight -> then will go to download the app from TestFlight -> Then will run the app and pass the params
我试图验证它的可行性,但找不到任何关于它的帮助文章。
这个非常可行。
- 在 appstoreconnect 的 apps menu 中,select 您要通过 TestFlight 共享的应用程序。
- 从应用程序页面select第二个菜单中的 TestFlight 菜单选项。
- 您会在左侧菜单中找到
External Testing
菜单项,然后单击蓝色加号按钮添加新组。
- 将您的应用程序构建提交给该组以供 Apple 审核
- 应用审核批准后,您将能够从同一页面生成一个 link,允许访问此 link 的任何人加入该组并在试飞中测试您的应用程序。
编辑:不确定 a universal link which holds a few parameters
的确切含义...所以我希望这仍然有用
我现在在 TestFlight 中有一个应用程序,它还没有准备好 public。我愿意向其添加通用 links,因此我可以邀请我的测试人员通过包含一些参数的通用 link 来测试该应用程序。
流程是:
Generate a universal link with specific invitation params -> User taps on the link -> if TestFlight is not installed it will go download TestFlight -> then will go to download the app from TestFlight -> Then will run the app and pass the params
我试图验证它的可行性,但找不到任何关于它的帮助文章。
这个非常可行。
- 在 appstoreconnect 的 apps menu 中,select 您要通过 TestFlight 共享的应用程序。
- 从应用程序页面select第二个菜单中的 TestFlight 菜单选项。
- 您会在左侧菜单中找到
External Testing
菜单项,然后单击蓝色加号按钮添加新组。 - 将您的应用程序构建提交给该组以供 Apple 审核
- 应用审核批准后,您将能够从同一页面生成一个 link,允许访问此 link 的任何人加入该组并在试飞中测试您的应用程序。
编辑:不确定 a universal link which holds a few parameters
的确切含义...所以我希望这仍然有用