Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/97.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS应用内购买不显示(可能是捆绑id问题?)_Ios_In App Purchase - Fatal编程技术网

iOS应用内购买不显示(可能是捆绑id问题?)

iOS应用内购买不显示(可能是捆绑id问题?),ios,in-app-purchase,Ios,In App Purchase,我想使用其他开发人员的测试代码。我更改了项目的bundle id,并设置了所有代码签名标识和配置文件。但仍然无法在应用程序中查看购买数据(价格、说明等)。我认为问题在于,我将我的供应配置文件与我的bundle id一起使用。但购买是为另一个bundle id注册的(例如,我的bundle id是com.self.edu,购买id是com.other.testapp.purchase1)。因此,我必须仅使用具有正确捆绑包id的购买(例如,我必须使用类似com.other.testapp的捆绑包id

我想使用其他开发人员的测试代码。我更改了项目的bundle id,并设置了所有代码签名标识和配置文件。但仍然无法在应用程序中查看购买数据(价格、说明等)。我认为问题在于,我将我的供应配置文件与我的bundle id一起使用。但购买是为另一个bundle id注册的(例如,我的bundle id是com.self.edu,购买id是com.other.testapp.purchase1)。因此,我必须仅使用具有正确捆绑包id的购买(例如,我必须使用类似com.other.testapp的捆绑包id)

您必须使用iTunes Connect上为其建立IAP的捆绑包id

您是否在iTunes Connect中的新捆绑包Id下设置了IAP?没有。正如我所说:我正在尝试使用我的配置文件(目标设置中的捆绑包Id)测试创建另一个开发人员(另一个捆绑包Id)的购买。我想我不能这么做,对吗?我可以使用具有正确捆绑id的应用内购买。