Hi, My App has a IPA. After user paid, there are about 100 items that the user can choose to download. Each one is about 1.5M in size. I am trying to use Apple server to host the IPA content. Here is what I did and my questions:
1. Use xCode to make a new project: File->New->Project->Cross-platform->IPA content.
2. In the ContentInfo.plist, change the "IAPProductIdentifier" to the "Product ID" of the IPA item of my App. Is it correct to set the ID this way?
3. Add all my 100 files to the project.
4. Use xCode "Product"->Achieve and then upload. However, I got an error saying: You must supply a CFBundleIdentifer for this request. Why?
Another request related to use the content host on Apple server, I can get URL of each item and user URLConnection to download them individually?
Than you for your help.