P/S from @mczernek
Problem
As a developer when working on mobile applications I cannot have two versions of the App being installed at the same time, even when one of them is staging and the other is a production app.
I want to be able to have a production app installed at all times and simultaneously install new versions of the app I am working on. I want to be able to easily distinguish between both installed apps.
Solution
Both iOS and Android prevent users from having the same app installed twice on the device. This is determined by bundleID on iOS and applicationID on Android. In order to have multiple apps we need to alter their ids.
Upwork Automation - Do Not Edit
- Upwork Job URL: https://www.upwork.com/jobs/~01a69dd286c1e8c009
- Upwork Job ID: 1689297187278802944
- Last Price Increase: 2023-08-09
P/S from @mczernek
Problem
As a developer when working on mobile applications I cannot have two versions of the App being installed at the same time, even when one of them is staging and the other is a production app.
I want to be able to have a production app installed at all times and simultaneously install new versions of the app I am working on. I want to be able to easily distinguish between both installed apps.
Solution
Both iOS and Android prevent users from having the same app installed twice on the device. This is determined by bundleID on iOS and applicationID on Android. In order to have multiple apps we need to alter their ids.
Upwork Automation - Do Not Edit