Hi guys,
I have an app that needs to store thousands of applications. The application data is nothing more than text that gets sent to a web service that loads it into a database or, if internet connection isn't available, written to disk and then uploaded when connection becomes available.
These applications never need to be accessed, searched, sorted or edited, just stored and uploaded or written to disk.
Would this scenario be a good candidate for core data? I'm not too familiar with core data but based on cursory readings about it it may be what I need to use.
I have an app that needs to store thousands of applications. The application data is nothing more than text that gets sent to a web service that loads it into a database or, if internet connection isn't available, written to disk and then uploaded when connection becomes available.
These applications never need to be accessed, searched, sorted or edited, just stored and uploaded or written to disk.
Would this scenario be a good candidate for core data? I'm not too familiar with core data but based on cursory readings about it it may be what I need to use.