Hello,
We know currently there are several iPad models which use the USB Type-C connector. Is it possible for third party apps to access flash drives which are connected on the USB C connector?
Thanks
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,
I'm building iOS app to read/write files from MFI certified USB flash drive. Now the app can launch and detect the accessory with the correct protocol strings.
From the External Accessory framework documentation, the data needs to read/write with the NSInputStream & NSOutStream interfaces.
Would you give advices on how to parse the stream data? Am I doing it wrong? Or are there other easy methods to achieve this?
Thanks!
Hello,
I'm building iOS app to read/write files from MFI certified USB flash drive. Now the app can launch and detect the accessory with the correct protocol strings.
From the External Accessory framework documentation, the data needs to read/write with the NSInputStream & NSOutStream interfaces.
Would you give advices on how to parse the stream data? Am I doing it wrong? Or are there other easy methods to achieve this?
Thanks!
Hello, guys,
We are iOS app development team. If we have the authorization from a MFI licensed lightning cable accessory manufacturer and get the correct protocol strings from them, is it possible to trigger our app launch when the cable is connected to iPhone? Is it possible for our app to communicate with the device connected at the other side of the cable (e.g. USB flash drive).
Thanks.