Prerequisite Information
Hello,
I am creating a macOS app that loads lots of information from an SQLite database to a table view.
The database has about a million of records in the table and each record has a field with the local path of an image.
The size of the database file is about 1 GB.
The size of the folder containing those images is about 17 GB.
Questions
What is the best and most efficient way possible to be able to create, bundle and distribute this app in the app store or any other place (preferably without having to download 18 GB) ?
I know that it would be a lot better by having it on a server and downloading it, but I want to make the app completely offline.
I must miss something in your question.
https://developer.apple.com/forums/thread/659620
You want user to get the full content.
It is 1 + 17 GB (unless you compress the images)
But you don't want user to download 18 GB
https://developer.apple.com/forums/thread/659620
And you don't want to store data on a server for on request retrieval…