简体   繁体   English

无法从TestFairy下载先前上传的.apk文件

[英]Unable to download previously uploaded .apk file from TestFairy

I am using TestFairy for uploading .apk file for testing. 我正在使用TestFairy上传.apk文件进行测试。 Problem is I am unable to download previously uploaded .apk files from older links infact from older links only latest .apk version file is getting downloaded. 问题是我无法从较旧的链接下载以前上传的.apk文件,而实际上仅从最新的.apk版本文件下载了较旧的链接。 And version number is showing same for all the .apk file which ever I have uploaded till now. 到目前为止,我上传的所有.apk文件的版本号都相同。 And while uploading .apk file through Testfairy, it says "TestFairy SDK not integrated in build, no recordings will be performed." 当通过Testfairy上传.apk文件时,它说“ TestFairy SDK未集成在构建中,将不执行任何记录。”

How are you downloading this APK? 您如何下载此APK?

  • If you are using email invites, then the link should work fine with no problems. 如果您使用的是电子邮件邀请,则该链接应该可以正常工作,没有任何问题。

  • If you are using the download page, it might be that you have your download page set to download the auto-update build. 如果您使用的是下载页面,则可能是您设置了下载页面来下载自动更新版本。 Please go to the latest version, and in Build Settings, check the "Upgrade to this build" checkbox. 请转到最新版本,然后在“构建设置”中,选中“升级到此构建”复选框。

  • Webhooks, Testers App for Android and push notifications, you get invited to a specific version, so I don't believe this is the case. Webhooks,适用于Android的Testers App和推送通知,都会被邀请使用特定版本,因此我认为情况并非如此。

About missing SDK 关于缺少SDK

  • TestFairy also has an Insights SDK, this SDK will record videos when users are running your app on their devices. TestFairy还具有一个Insights SDK,该SDK将在用户在其设备上运行您的应用程序时录制视频。 It will also handle crashes and it's very recommended you try the SDK to see its benefits. 它还可以处理崩溃,因此强烈建议您尝试使用SDK来了解其优势。 You can install the SDK by simply adding a couple of lines to your Android Gradle and a single line of code. 您只需在Android Gradle中添加几行代码和一行代码即可安装SDK。 Here is the documentation: https://docs.testfairy.com/Android/Integrating_Android_SDK.html 以下是文档: https : //docs.testfairy.com/Android/Integrating_Android_SDK.html

I have got the solution for the problem from TestFairy team. 我已经从TestFairy团队那里获得了解决问题的方法。 By changing the versionName every time in 'build.gradle'-->'defaultConfig' solved my problem. 通过每次在“ build.gradle”->“ defaultConfig”中更改versionName,解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM