Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm not sure if this is even possible. I create a database using FileMaker Pro.
Can I somehow load it to my iOS app and if so, how do I do that?
Export the database to XML
Write a parser using NSXMLParser APIs that would load the data from the XML file and put it in a database/storage supported by iOS (e.g. Core Data).
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I am trying to learn how to program an NFC, but the only tutorials that I could find used an app to do it. I also need to be able to use it on iOS devices (i.e. iPhone). This is my first time programming hardware. Is it possible to program an NFC without using an app to help? If so, how?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm currently trying to achieve streaming of iOS-Devices in realtime.
I'd like to use the AVFoundation / CoreMediaIO with a Mac via cable (https://nadavrub.wordpress.com/2015/07/06/macos-media-capture-using-coremediaio/).
CoreMediaIO however only supports one device at a time (source: https://nadavrub.wordpress.com/2015/07/06/macos-media-capture-using-coremediaio/).
Is there any way to remove the CoreMediaIO one-device-at-a-time limit?
Thank you in advance!
Best Regards
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Could you please point me to the documentation, where the meaning and format of all files inside iOS app source is explained? I'm trying to understand the architecture of iOS applications, behind the UI of Xcode.
Change the extension on the app from ".ipa" to ".zip". Then double-clock to unzip. Examine the unzipped folder's contents.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have created an iPad app which downloads some confidential data and stores it in the document folder.
I was reading about the security of data on an iPad, and I found that there are some applications which reveal all the data and folders of an app.
Is there any way to avoid that, and to secure my data or a whole folder?
For storing confidential information use KeyChainItemWrapper
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am relatively new to iOS dev, and wanted to ask the community for guidance, links or hints on how apps that read files are made and from where to start( I want to practice this part but didnt find tutorials on it).
You can use QLPreviewController for displaying excel and PDF files