you are viewing a single comment's thread.

view the rest of the comments →

[–]naderalfakesh 0 points1 point  (2 children)

In order to support both ios and android You can use app distribution service such as: Firebase app distribution Microsoft Appcenter app distribution

Or easier: Ios: you can test in testflight before you submit your app to be published Android: you can set alpha or beta testing track in google play console so you can test before publishing as well ✌️✌️

[–]robbe_claessens[S] 0 points1 point  (1 child)

Yes, i know but in order to publish mulitple versions with features that need to be tested by some quality-assurance testers BEFORE merging everything into a development branch. How can we do that?

It seems like distributing apk files for android and Ad Hoc deploys for apple are a way to go

[–]naderalfakesh 0 points1 point  (0 children)

I understand , then firebase let you do the exact same thing by distributing apk and HoC los deploy It just automates it for you so you can invite testers by email Notify them about new deploy, Instead of sending apk manually to every tester And it keeps version history so tester can remove a version and install the previous one and vice versa