简体   繁体   English

如果使用IAP,为什么需要使用Application Loader上载应用程序?

[英]Why does Application Loader need to be used to upload an app if it uses IAP?

From this documentation on iTunes connect, in the section on uploading builds it says: 在iTunes connect上的此文档中,有关上载版本的部分中说:

Use Application Loader if your app includes in-app purchase products that need to be configured for the app 如果您的应用程序包含需要为该应用程序配置的应用程序内购买产品,请使用应用程序加载程序

https://help.apple.com/itunes-connect/developer/#/dev82a6a9d79 https://help.apple.com/itunes-connect/developer/#/dev82a6a9d79

Why does Application Loader need to be used if the app has IAP? 如果应用程序具有IAP,为什么需要使用Application Loader? So if the app needs to be tested internally and externally first, does that mean it gets submitted to TestFlight for testing, but then cannot be submitted from TestFlight and Application Loader has to be used? 因此,如果该应用程序需要首先在内部和外部进行测试,这是否意味着该应用程序已提交给TestFlight进行测试,但随后又无法从TestFlight提交,因此必须使用Application Loader?

Seems bonkers, is the documentation inaccurate? 似乎很客气,文件不准确吗?

The documentation is saying that you need to use Application Loader if you need to configure products for in app purchase. 该文档说如果您需要为应用程序内购买配置产品,则需要使用Application Loader。 Some types of in app purchases have artifacts that Apple hosts for you and downloads to your app when the user purchases them. 某些类型的应用程序内购买具有Apple为您托管的工件,并在用户购买时下载到您的应用程序。 I believe that is what the documentation is talking about. 我相信这就是文档所讨论的内容。 Those items get uploaded with the Application Loader. 这些项目将通过应用程序加载程序上载。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM