Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 271
Tamir Avatar asked Dec 26 '17 12:12

Tamir


1 Answers

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

like image 134
helmingstay Avatar answered Nov 18 '22 22:11

helmingstay