firebase-app-distribution

Firebase App Distribution with apk splits unable to find apk

 ̄綄美尐妖づ 提交于 2021-02-11 17:05:06
问题 I'm trying to bend firebase app distribution to work with apk splits. I almost have it, however my issue is this Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant], or set the apkPath parameter to point to your APK My task task firebaseAllEnvRelease() { group = "publishing" dependsOn ordered( ":printVersionCode", ":foo:app:assembleAllRelease" ":foo:app:firebasePublishAllEnvRelease") } For whatever reason, the firebase task runs the apk check (not upload)

Android Firebase app distribution - Service credentials file does not exist. Please check the service credentials path and try again

若如初见. 提交于 2021-01-02 05:57:04
问题 I'm trying to migrate from Crashlytics Beta to Firebase App Distribution. CircleCi in the Middle. The build failes in CircleCi with the following error: What went wrong: Execution failed for task ':FiverrApp:appDistributionUploadRelease'. Service credentials file does not exist. Please check the service credentials path and try again Here is how i'm configuring serviceCredentialsFile variable In my build.gradle: release { buildConfigField "boolean", "FORCE_LOGS", "true"

Android Firebase app distribution - Service credentials file does not exist. Please check the service credentials path and try again

主宰稳场 提交于 2021-01-02 05:55:58
问题 I'm trying to migrate from Crashlytics Beta to Firebase App Distribution. CircleCi in the Middle. The build failes in CircleCi with the following error: What went wrong: Execution failed for task ':FiverrApp:appDistributionUploadRelease'. Service credentials file does not exist. Please check the service credentials path and try again Here is how i'm configuring serviceCredentialsFile variable In my build.gradle: release { buildConfigField "boolean", "FORCE_LOGS", "true"

Permission denied with Firebase distribution android app using service account credentials mode

半城伤御伤魂 提交于 2020-12-26 08:33:09
问题 I'm trying to migrate from Fabric to Firebase since Fabric will not be available beyond March 31, 2020. I already have done the first steps: adding plugins and dependencies to gradle, adding analytics json file, even crash reporting, and all seems correct because I can see data in the Firebase console (analytics and crashes). But I'm not so lucky migrating the app distribution system from Beta+Fastlane to Firebase. I'm trying the option " Distribute Android apps to testers using Gradle ". I

Service credentials file does not exist. Please check the service credentials path and try again

孤人 提交于 2020-12-15 05:46:40
问题 i have followed this answer but i havent found didnt worked from answer --> https://stackoverflow.com/a/58777598/12553303 i have been trying to upload app upload to testers using app distribution using gradle method still getting error :----------- Service credentials file does not exist. Please check the service credentials path and try again i also went through the github issues https://github.com/Triple-T/gradle-play-publisher/issues/141 but my json file already in that format but giving

Service credentials file does not exist. Please check the service credentials path and try again

情到浓时终转凉″ 提交于 2020-12-15 05:45:51
问题 i have followed this answer but i havent found didnt worked from answer --> https://stackoverflow.com/a/58777598/12553303 i have been trying to upload app upload to testers using app distribution using gradle method still getting error :----------- Service credentials file does not exist. Please check the service credentials path and try again i also went through the github issues https://github.com/Triple-T/gradle-play-publisher/issues/141 but my json file already in that format but giving

Testers could not download app from Firebase App Distribution

好久不见. 提交于 2019-12-13 20:45:24
问题 We pushed iOS app to Firebase distribution and sent invitations to every tester. Our testers followed all steps and get ready to test the app. Unfortunately, the testers get the message “ The developer needs to update their app so that it can run on your device. You'll get an email once the app is ready to test.“ once they tried to download the app to their iOS. We can be sure that we built the app as a production version. Can you guys give me ideas for the issue? 回答1: Thanks guys. My issue