Profile with two package versions

Solved
MM
Miguel Machado
CodeOne - MSP

Hello,


Is it possible to have one profile with one package that only installs in Android 10 and another package that only installs in Android 11?


I have a problem with Android 11 when I try to copy some files to the application folder (not possible after Android 10) and solve it, creating another profile (a clone) with a different package that have a different path to these files and assign only if Android > 10 and existing profile assign only to Android 10.


But now I have two similar profiles and I want to just have one.


Is this possible?

2 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
2 years ago

You can have two copies of the same Profile, each with different versions of the Package and then have Filter Criteria of OS Version = 10 or OS Version = 11 in each of the Profiles. You need to do this with two separate Profiles however. 

MM
Miguel Machado
2 years ago

Hi Matt,

That's exactly what I do, but now I have two very similar profiles and if I have to change one, I have to change the other too.


Just think if there is an option to add filter criteria to the packages inside the profile instead of one filter on the whole profile.

RS
Rafael Schäfer
2 years ago

You can't choose the same package for one profile more than once in the console.
So, if you have chosen to take package X with version Y, you are not able to add package X again with a different version.

So you have to do as you already do.

Solution
T
Thorsten
2 years ago

I was thinking about the very same, but ended up with the same result as you. 

I tried handling it via the OS versions in the package, but with no luck. 

My idea was:
Package 1 - OS versions 1 - 10
Package 2 - OS versions 11 - 20

Then I've created one profile with both packages. It's working, but the status of the profile will always be "Partially installed", what made me give up on this idea. 

RS
Rafael Schäfer
2 years ago
C
CDMOD@SOTI
2 years ago