Hi,
AFAIK, you are trying to do something forbidden on iOS i.e. modifying your app bundle. IIRC download code to run in your application is also something that’s forbidden.
You should rather use one of the official accessible folder that you can get through QStandardPaths::AppDataLocation but again, I’m not sure you’ll be able to get your application through the AppStore with that download code part.
Hope it helps
↧