wzieba / Firebase-Distribution-Github-Action

This action uploads artifacts (.apk or .ipa) to Firebase App Distribution.
MIT License
368 stars 77 forks source link

Error: This project is not linked to a Google Play account. #90

Closed cksynoverge closed 1 year ago

cksynoverge commented 1 year ago

What have I done already?

Error: This project is not linked to a Google Play account. What could be the issue?

wzieba commented 1 year ago

Hi, thanks for the report.

I just want to release it on Firebase Distribution, not on Google Play Store.

I understand, but this is requirement from Firebase Distribution. More info here. There's nothing that this action can do to overcome this requirement.

If you don't want to link project to Google Play Store, consider uploading .apk and not .aab file.

cksynoverge commented 1 year ago

Thanks for the support it works for me.