I'm trying to create my first in app purchase bundle, following this tutorial.
At one point it instructs me to "Using a Finder window, locate the content files that are to be hosted on the App Store and drag and drop them onto the content folder in the Xcode project navigator panel".
I'm not sure what the "content folder" is.
The tutorial has previously mentioned the content folder in the context "The folder must also contain a sub-folder named Contents in which resides the content files associated with the in-app purchase." Am I supposed to create that folder myself?
Mt project seems to have a "Products" folder. Does this replace the mentioned "Contents" folder?
Things I've looked at to find the answer:
- This answer on SO that tangentially addresses the question
- This page on Apple's own documentation, which links to
- This other page of Apple's own docs, which still don't seem to address creating the content bundle either
If anyone has a reliable resource (ideally Apple's own documentation) that tells developers how to do this, that'd be 110% wonderful.