I am trying to create an installer package to upload as Hosted Content. One of the files is an sqlite3 database. It is not included in the installer package and I can't determine why not.
Here is what I do:
1. In Xcode, Product->Archive
2. Window->Organizer
3. Select the IAP archive
4. Click Export...
5. Select "Export as an Installer Package"
6. Click Next
7. Choose location to save file
8. Click Export
When I check the size of the exported Installer Package it is only 9k. The sqlite3 database is 5MB. I have a couple of other files that are also part of the content: one plist and one html file.
In Xcode the files for the IAP are:
data.sqlite
Copyright.html
manifest.plist
ContentInfo.plist
I used Application Loader to upload the Installer Package to iTunes Connect. The IAP transitioned to Ready to Submit. I used a sandbox account to test the IAP and I discovered that the database was missing from the Installer Package, but both Copyright.html and manifest.plist are present.
Any ideas?