Hello all,
I work with mobicontrol on version v13.3.3454 and i have just one device Zebra TC75X under android -> 7.
Enrolled by android+
On this device when I install a app, the app ask me the to accept permission.
For to avoid this, with zebra StageNow, i have made a xml file for to install this app in mode silent -> permission are not demand to the user. That's work fine.
But my problem is, I have create a package studio, right click add a file (appName.apk) and for the destination file /sdcard/AppToInstall
the folder AppToInstall is create by a pre install script -> work every time
My problem is, the profile is always well installed but the apk it's never INSIDE in the folder AppToInstall !!!
I've try to change the destination path with add / or delete / before sdcard ...but nothing work..
Also, I have open again the package studio an replace the apk file by a file txt file, replace the package inside the profile -> assign profile -> result the file is well inside the folder AppToInstall :)
Someone can tell me, how i can copy an apk to a folder inside the folder structure ?
That's enough strange ..
thanks for your time