Gradual installation of Live and beta with Apple TestFlight?

With the Apple Test Flight, can I publish a beta app for testers that has its own package identifier that differs from the App Store in real time? This will allow it to be a side-by-side installation that does not interfere with a live application or shared data storage.

(I'm pretty sure that this was possible with Test Flight before the acquisition of Apple, but I would not want to swear!).

+6
source share
1 answer

Technically, this is possible.

In reality, this may depend on whether you want to distribute your assembly internally or externally.

Using internal distribution with Apple TestFlight, this should not be a problem. You just need to create a new package identifier in the developer portal, a new distribution certificate, a new distribution distribution profile, create an application with all this and upload it to iTunes Connect and distribute it.

Using external distribution, it is also technically feasible, although Apple will manually view applications sent through an external beta distribution that may cause a problem. Apple may reject it.

Since nothing technically hinders this, I would ask him and report back.

+6
source

Source: https://habr.com/ru/post/978456/


All Articles