Demo iOS in-app purchase XCode project for the demo app of the Cordova Purchase Plugin
See the iOS-specific documentation for details on how to use this project with the demo app.
This IAP package contains the content payload files within the nonconsumablehosted1
subdirectory (alongside the ContentInfo.plist), but note that it doesn't matter if the payload files are place within this folder or alongside the xcodeproj file in the folder above, so long as they have references created in the XCode project - see here for details how to do this.
This IAP uses the <Folder>
key in the plist to specify a target folder with the same name as the IAP: nonconsumablehosted1
. This means the payload files will be deployed to {app ID}/Documents/nonconsumablehosted1/
; for example, payload.txt
will be deployed to {app ID}/Documents/nonconsumablehosted1/payload.txt
.