upload - iOS in-app-purchase (IAP) hosting content with Apple -


I have an app that uses IAP and has been done through some versions. On the second day, I accidentally clicked the button to host content with Apple, and I found that I could not undo it. The worse thing is that I can not test IAP in the sandbox environment, I am uploading the content. I remember that a lucky boy posted here was saying that he has such a situation and Apple wrote the option after Apple removed the option for him. However, I do not have such luck, I wrote to Apple to request the removal of the flag and said. After waiting for 3 weeks and a handful of phone calls, I got an answer saying that the flagging hosting content option is not reversible. I think I have to go to the other side, but I have such steps and uncertainty, which I can do.

1, I am planning to upload a 1-line text file with IAP. Is this okay?

2, this is the first time I create a .pkg file. I downloaded the packagemaker, and removed the 1-line file in my window and I have created a PKG, which has followed the installation guide and installed it --- but I do not know where it is installed (I have selected Mac HD ...). The question is: Is this okay? Does a text file become an installation package?

3, I think in general conditions, when users buy IAP with content, then the app should handle the downloaded package contractual PPG and open it and install it, right? In my case, I do not need to add any code in the current IAP-handling script, ignoring the downloading stage and content, is it OK?

4, I will use the application loader to load the package for the given IAP. Also for me too

Thank you very much for your input!

I'm still in the process of adding some of the hosted IAPs, I can tell you What I have learned so far:

First of all, you should be able to include any file that you want to include in your IAP package (including a 1-line text file). / P>

I used Xcode to create my IAP package files (containing text and image files) And uploaded packages from iTunes Connect.

Good luck



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -