-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceIf we have enabled Google Play App Signing to manage the signing keys itself instead of uploading our own We can technically download the
and tried it with both Deployment Certificate and App signing key certificate (which are both downloadable using Play Store console - picture above). My
What would be the correct flow to carry out this? Expected resultsA way to use Google's Play App Signing feature (?). Actual results
Build id (optional)66e28d50b314de02d4ecb0b7 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
hey @bqubique please make sure you have set your signing configuration in app level
|
Beta Was this translation helpful? Give feedback.
@bqubique in your build types section you have set
signingConfig signingConfigs.release
two times.And also you are trying to build in debug mode, please change it to release mode in workflow editor