What I'd like to do is to put a button in my app (in a developer dashboard) that my testers could press on and it would check to see if they have the latest build and if not, download the latest build from Fabric/Crashlytics. Is there such a thing?
Asked
Active
Viewed 195 times
1 Answers
2
When a tester launches an app distributed via Fabric Beta a check is automatically made to see if a new version is available. If there is, a notification is shown and the tester has the option to download the latest build. There isn't a mechanism that lets users check for an update manually within your app.

Alexizamerican
- 3,294
- 19
- 15
-
Does this happen only with updated versions or also with updated builds? – Chris Prince Aug 09 '17 at 03:02
-
1This happens with any new distribution you make - versions or builds. – Alexizamerican Aug 09 '17 at 13:03
-
Cool. Thanks. If this works on the next build I push, I'll mark your answer as correct :). – Chris Prince Aug 09 '17 at 15:35