Testing In-App purchasing Iphone

丶灬走出姿态 提交于 2019-12-08 12:04:11

问题


I am writing an app for newsstand with free subscription but the product identifier i am using always comes back in the invalid set when making the request.

I have used this tutorial: http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

I have:

1) created an Appid (fsfe4.com.myapp.myappdesc)

1a) signed the paid ios app contract and filled in the banking/tax info

2) put that appid as the bundle id (com.myapp.myappdesc) in the plist

3) downloaded developer and distrubtion provisioning profiles (developer profile does not have wildcard)

4) updated the code signing identity (both the Debug and 'Any IOS SDK' has the iPhone developer referencing the developer profile i created and downloaded)

5) added the code

6) created and added info for the app on itunes connect (turned newsstand on, uploaded photos and filled out all the info)

7) compiled and archived the xcode project, uploaded it to itunes connect, rejected the binary.

8) created the in app purchase (free subscription), and attached it in the 'view details' part of the application.

  • I get this notice: The first In-App Purchase for an app must be submitted for review at the same time that you submit an app version. You must do this on the Version Details page. Once your binary has been uploaded and your first In-App Purchase has been submitted for review, additional In-App Purchases can be submitted using the table below. Note that free In-App Purchase subscriptions may only be submitted with a version that is enabled for Newsstand. I am not entirely sure what that means.

9) waited 24 hours

10) tried again with no luck

I have re-archived,uploaded and rejected my app a couple of times. I haven't changed the version # in itunes connect but i don't think that should matter.

According to Apple's guide it specifically says that I should not have uploaded the binary and rejected it:

  • Important DO NOT upload the development binary to iTunes Connect until the application is ready for App Review approval. If the binary is present in iTunes Connect and it is not fully functional, App Review will review the binary and likely reject the development binary. Testing In App Purchase will fail if you or App Review reject your most recent binary in iTunes Connect. The workaround in this case is to upload a binary without In App Purchase features that can get approved by App Review. Once the binary is approved, resume testing the binary with In App Purchase features.

That goes against every other tutorial i have seen. Is there a way to remove the binary to get it back to the pre uploaded binary state so that I can test? should i just delete the app and start over? if I do delete it can I use the same bundle id and same app name?


回答1:


The problem was that I didn't delete the app from the device and reinstall it after i had gone through the checklist here.

So much time wasted. Sigh.




回答2:


Are you running your app with development provision or distribution provision? Are you running your app with same app id / provision for which you have uploaded the in app purchase?

Follow this article - http://www.raywenderlich.com/2797/introduction-to-in-app-purchases



来源:https://stackoverflow.com/questions/8838117/testing-in-app-purchasing-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!