iOS Question IOS OTG question

Jpiti

Member
Licensed User
Longtime User
Is it possible to read data from a usb-stick though a B4I app, connected by usb-otg-connection-kit?
For example using this:

directory = "/mnt/mount1" 'mountpoint for external memory connected by usb-otg-connection-kit?
x = File.ReadString(directory,example.txt)

Or is it impossible in IOS?
 

Jpiti

Member
Licensed User
Longtime User
Hi Erel,
thank you for your fast reply.

But in this Video is shown how to read data and transfer data from a usb flash drive (USB-Stick) into an iPhone.


My App should be read the content from a text file wich is located on a usb flash drive.

Is it posible?
 
Upvote 0
Top