Hi,
I'm currently developping an app that will use a paid thirdparty library. I have two level of licences and when the user logs in, I have to use one licence or another.
The licence is based on package name/bundle Id and they told me to change the package name/bundle id to switch between the licences.
I think this is not possible at runtime (just after the user logged in, when I got the user profile determining which licence to use) but only by generating two different apps and to pages on the stores.
Is it correct or is there a workaround to let the thirdparty SDK get one package name or another at runtime with the same app ?