iOS : Deployment of file into installed app Library folder

Hi,
with which tool can I deploy files into Library folder (data container) of an already installed app ?

Regards,
Fred.
Is this an app that you created? Or an app from some other third party?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
It's a custom app I've created.
If it’s Development signed your can set up its container using Xcode. See Xcode Help > Manage devices > View, download, and replace app containers on a device.

If that doesn’t work for you, please elaborate on your requirements.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Here are more explanations regarding my contraints:
  1. For security reasons I don't want to manage the app's secrets under GIT

  2. My app's secrets can't be managed by certificates

  3. I don't want to build a new app each time secrets change

  4. I want to manage theses secrets through files

To manage all these contraints, I think the best way is to deploy my custom app in two steps:
  1. deploy custom app on device

  2. deploy files on device into custom app Library folder

That's why I'm looking for something to install remotely files into app data container (Library folder) once the app is already on device.
Is this app being deployed in a managed environment?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
We'll use Apple Business Manager to deploy this app.
iOS : Deployment of file into installed app Library folder
 
 
Q