Can you have multiple schemes/targets in App Store app?

Hey everyone! I’m developing an iOS app and I want the ability to switch between different targets/schemes without reinstalling the app. It doesn’t have to happen at runtime, it may work after closing the app and opening it again. Is it possible?

Hi @sidyakinianwhat exactly do you mean by different targets? You are running an app on a particular hardware, it will always be that hardware.

However with Schemes, like Debug/Release, etc you can change by having a configuration file in your application. You can select a configuration at start and that would accordingly change your API, etc.

You can also use toggle switches to help achieve the same (code that determines what to run)

cheers,

Jayant

This topic was automatically closed after 166 days. New replies are no longer allowed.