-
Notifications
You must be signed in to change notification settings - Fork 377
Paid Newsstand App Rejected #1203
Comments
It's pretty much all iTunes. A "Non Consumable In App Purchase" is basically a paid issue. Do you have paid issues? |
I do, actually. I loaded them onto my server and then set one up on iTunes Connect. It says that the In App Purchase functionality "is not present in your binary." Is there a section of code I need to uncomment in order to activate it? I swear I was good and followed the tutorials. Haha. |
Were you able to successfully test the app in the simulator with the paid purchases working? Andrew |
Actually, no. I believe I have identified the issue, which was me not putting the in app purchase id in the .json file. I will test and report back. |
What server backend are you using? Regards, Sent from my iPhone
|
I'm using JustHost. I was able to get the issue to download and read, but I didn't make it a non-consumable purchase in the shelf.json file. I just tested it, and now the price pops up in the simulator but when I go to purchase it it says I cant connect to the itunes store. Needs some general troubleshooting. |
Reminder: you can't test In App Purchases on the simulator, just on the device. ;)
|
Are you using MagRocket? Paid issues aren't going to work without a backend server that will handle the purchases and subscriptions... And as @folletto mentioned, must be tested in an iPad for it to work. Regards, Sent from my iPhone
|
@nin9creative I was unaware that MagRocket was needed to get the paid subscriptions to work. I had uploaded all the baker .php files to the server and figured that would supply the functionality. I'm checking out the MagRocket site right now to see how to set up what I need. |
Well, as the baker guys will tell you - those are for example purposes... If you are rolling your own backend, etc.... Regards, Sent from my iPhone
|
I see. So it sounds like I should be downloading MagRocket and going through the installation screen cast, yes? |
That's what I would do :) However there are a few other solutions listed on the Baker Server list.... Regards, Sent from my iPhone
|
I am pretty far along with everything. I am at the point in the screen cast when we have placed the locations in xcode. Like the APNS, the confirmations, etc. But, as soon as I changed these things, my app gives me this: The shelf pops up, but no issues are loading. It's just blank and says, "No Internet Connection: An internet connection is unavailable. Some feature of this applications require an active connection." I have a connection, and this is the only thing that pops up when I refresh the page. Have you heard of this issue before? |
It seems to be exactly the problem as this person had: At least, I'm receiving the same error. |
I corrected everything else they rejected my app for, like not having a link to the privacy policy and needing some other things in the app description, but I also got this little warning:
Where would I find the fixes for this? Would it be in the plist?
The text was updated successfully, but these errors were encountered: