Hello everyone
If i create android build from my local system and upload it to Firebase app distribution then i can install easily it from App tester app (Provide by firebase it self).
In our project we have integrated CICD with (Github action + Fastlane + Firebase). So when any child branch getting merge in base branch then merge event trigger to create the android build and upload it to firebase app distribution automatically. So the problem is i can't install the build which is created automatically by github remote server. Even i have tried to download it from Firebase console and install but not worked.
So anyone know what will be the possible scenarios?
According to me the scenarios will be follwing :
(1) Not enough space in device (I can install other app)
(2) Old build conflicts with new build (Tried to remove old one and install new one but not worked)
(3) App signing issue (How can i track that on github remote serve?)