在 itunes connect 中添加产品
我开发了一个启用了应用内购买的应用程序并成功地做到了这一点。我可以在沙盒环境中测试我的应用程序,并根据需要完成应用程序内购买。我之前通过访问 itunes connect 网站手动添加了产品。虽然我对整个过程很满意,但我突然有了一个新想法:如果有 100 种产品怎么办?我应该手动添加所有一百个产品吗?
有没有办法直接将我的所有产品从我的服务器添加到 itunes,注意产品的所有信息(标识符、价格、类别等)都与产品一起在服务器中提供?
I developed an app with in app purchase enabled and succeeded in doing it. I could test my app in the sandbox environment, and the in app purchase getting done as desired. I added the products manually by visit itunes connect website earlier. Though I am happy for the whole process, I struck with a new idea what if there are 100's of products? Should I add all the hundred products manually?
Is there any way to directly add all my products from my server to the itunes, taken care that all the information of the products (identifier, price ,category, etc) are provided in the server along with the products?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,无法批量上传应用内购买数据。该网站不仅要求您添加产品 ID、价格等,还要求您上传照片以便 Apple 审核。目前,这是一个手动过程。
There is no way that I am aware of to batch upload in-app purchase data. The web site not only requires you to add product IDs, price, etc, but also upload a photo so that it can be reviewed by Apple. It is, for now, a manual process.