简体   繁体   English

在应用内购买didReceiveResponse没有显示我的产品

[英]In app purchase didReceiveResponse does not show my product

By some mysterious reasons I got myself a jailbroken iPhone 3GS from a vendor whom I am finding difficult to track. 由于某些神秘的原因,我从难以追踪的供应商那里获得了越狱的iPhone 3GS。 My task is to test out in app purchase functionality on it. 我的任务是测试其上的应用购买功能。 Currently it has iOS 5.0.1 with cydia installed. 目前,它已安装cydia的iOS 5.0.1。 No, it does not have Appsync . 不,它没有Appsync

I am installing my build through testflightapp API which works without issues with my app so far. 我正在通过testflightapp API安装我的构建,到目前为止,我的应用程序没有任何问题。 However when I initiate in app purchase, I don't get anything in response.products so far. 但是,当我开始进行应用购买时,到目前为止我还没有得到任何响应。

I have added productIDs and all in itunes-connect already, checked twice that they are fine, since 48 hours. 我已经添加了productID,并且已经在itunes-connect中添加了所有ID,自48小时以来,对其进行了两次检查,确定它们都很好。

I tried testing with iPhone simulator 5.1, but all I got was no values from storekit. 我尝试使用iPhone模拟器5.1进行测试,但我得到的只是storekit的任何价值。 I would love to hear if there is any workaround with simulator. 我很想听听模拟器是否有解决方法。

Worked around this finally - deleted my app from itunes connect, re-added it. 终于解决了这个问题-从iTunes连接中删除了我的应用,然后重新添加了它。 It complained about name being already used. 它抱怨名称已经被使用。 I changed the language of name. 我更改了名字的语言。 And it worked. 而且有效。

Maybe, my prior app setup was right, but I had something else messed up. 也许,我之前的应用设置正确,但是我还有其他麻烦。 In between, I rejected my app. 在此期间,我拒绝了我的应用。 That maybe one of the reason behind this issue. 这也许是此问题背后的原因之一。

Lesson? 课? Don't developer reject your app. 开发人员不要拒绝您的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的应用程序未在iOS 7上显示图像 - My app doesn't show image on iOS 7 iOS 8应用不会显示所有键盘语言 - iOS 8 app does not show all keyboard languages 为什么iPhone Simulator会在应用程序后面显示跳板的一部分? - Why does the iPhone Simulator show parts of the springboard behind the app? 应用程序未显示在“设置”->“隐私”->“模拟器上的联系人”下 - App does not show under Settings->Privacy->Contacts on simulator 应用内购买测试mzfinance.InAppBuyLoginRequired_message(沙盒) - In-app purchase testing mzfinance.InAppBuyLoginRequired_message (sandbox) 应用内购买:单击时无弹出提示 - In-App Purchase: No pop-up prompt when clicked iOS模拟器上的应用内购买导致... / usr / libexec / lsd崩溃 - In-App purchase on iOS simulator causes …/usr/libexec/lsd to crash 我可以在ios模拟器中检查应用程序内购买吗? - Can i check in-App purchase in the ios simulator? 为什么我的应用程序可以在模拟器中运行,但是尝试在iPhone上启动时却崩溃了? - Why does my app run in the simulator but crash trying to launch on my iPhone? 当我尝试运行项目并且未使用模拟器时,为什么iPhone模拟器显示“正在使用模拟器”? - Why does the iPhone simulator show “Simulator in use” when I try to run my project and the simulator is not in use?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM