flutter – Is it attainable to create a customized folder on iOS accessible through USB (Home windows Explorer) with out iTunes?

flutter – Is it attainable to create a customized folder on iOS accessible through USB (Home windows Explorer) with out iTunes?


I am growing a Flutter utility that requires making a easy, empty folder on the person’s iPhone. The aim is for the person to attach their iPhone to a Home windows PC through USB and entry this folder by way of Home windows Explorer while not having iTunes, Finder, or any extra software program. The aim of this folder is for the person to depart or retrieve CSV information, much like how the DCIM folder works for photographs and movies.

My Questions:
Is there any Apple-approved or inventive methodology to make a customized folder seen through USB (Home windows Explorer) with out requiring iTunes or third-party instruments?
Can we obtain this by dropping to native iOS code and utilizing particular entitlements or system calls?
Has anybody efficiently applied this performance in a Flutter app or through native iOS improvement?

Constraints:
I don’t want entry to delicate data or any personal APIs.
The answer should work on inventory iOS units (no jailbreaking).
It’s important that the person can entry the folder on a Home windows PC with out putting in iTunes or any extra software program.
If that is solely inconceivable attributable to Apple restrictions, I’d recognize any insights or various approaches. Thanks upfront for any recommendation!

What I’ve Tried:
Utilizing path_provider and dart:io to create a folder within the app’s listing.
Consequence: This folder is accessible internally however would not seem in Home windows Explorer when the cellphone is related through USB.
Researching native iOS APIs (Swift/Goal-C) for exposing customized folders over USB.
Consequence: iOS sandboxing and safety insurance policies appear to forestall exposing arbitrary app directories through USB.
Investigating whether or not mimicking the DCIM folder construction might work.
Consequence: The DCIM folder is a system-managed listing for photographs/movies, and iOS doesn’t permit arbitrary folders to be uncovered on this means.

author avatar
roosho Senior Engineer (Technical Services)
I am Rakib Raihan RooSho, Jack of all IT Trades. You got it right. Good for nothing. I try a lot of things and fail more than that. That's how I learn. Whenever I succeed, I note that in my cookbook. Eventually, that became my blog. 
rooshohttps://www.roosho.com
I am Rakib Raihan RooSho, Jack of all IT Trades. You got it right. Good for nothing. I try a lot of things and fail more than that. That's how I learn. Whenever I succeed, I note that in my cookbook. Eventually, that became my blog. 

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here


Latest Articles

author avatar
roosho Senior Engineer (Technical Services)
I am Rakib Raihan RooSho, Jack of all IT Trades. You got it right. Good for nothing. I try a lot of things and fail more than that. That's how I learn. Whenever I succeed, I note that in my cookbook. Eventually, that became my blog.