Tamir
Tamir

Reputation: 625

Cannot download Beta by Crashlytics from invitation email

I deployed android app using Beta by Crashlytics and sent invitation to a user, the user opened the invitation in his android device and saw the following message:

"Open the invitation email on your device to begin registering for beta testing"

and not the Download button that will allow him to install Beta app as expected.

I deployed the app using Fastlane, not sure if it's related.

Any idea what could be the reason ?

Upvotes: 6

Views: 3904

Answers (2)

helmingstay
helmingstay

Reputation: 276

I reproduced this on 2 different devices, and this appears to be an issue with the user agent reported by the browser that services the link [1].

Fix: Install chrome if absent. Alternately, copy the link at the top of the opened invitation and paste it into chrome.

[1] https://github.com/webcompat/web-bugs/issues/3896

Upvotes: 3

Alexizamerican
Alexizamerican

Reputation: 3354

It sounds like the tester hasn't accepted the invitation to test your app yet. Check out https://docs.fabric.io/android/beta/beta-walkthrough.html to view the Beta steps and emails that testers receive. Once the tester accepts the invitation they can download builds.

Upvotes: 0

Related Questions