将元数据添加到我的 in-app 购买 ios
Add metadata to my in-app purchase ios
我的应用被拒绝了,因为我没有将元数据添加到 App Store:
App Store Metadata
We were unable to find the following in the metadata to be displayed on the App Store.
Information about the auto-renewable nature of the subscription in your app's description:
Title of publication or service
• Length of subscription (time period and content or services provided during each subscription period)
• Payment will be charged to iTunes Account at confirmation of purchase
• Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period
• Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal
• Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase
• Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable
– A link to the terms of use in either the app description or EULA field of App Store Connect
– A privacy policy link in the Privacy Policy URL field of App Store Connect
我在 iTunesConnect 的 in-app 购买页面上找不到任何元数据。这是我的截图:
in-app 拒绝购买:
此处没有标题或长度等任何字段:
我准确地填写了页面上的所有字段,但我不知道如何将元数据添加到 App Store。可能是在App Store Connect的不同地方,但我没找到。
非常感谢@Paulw11!我的应用程序获得批准。线索是将所有元数据文本插入到应用程序描述中,例如:
---
Features:
....
Subscription:
[ price / length / title /
Account will be charged for
renewal within 24-hours
prior to the end ... etc ]
---
就我而言,在描述末尾添加以下描述后获得批准:
订阅:
• 标题:升级到高级版
• 订阅时长:1 年(订阅时长)
• 订阅价格:价格/年
• 付款将在确认购买时从 iTunes 帐户中扣除
• 帐户将在当前期间结束前 24 小时内收取续订费用,并确定续订费用
• 订阅可由用户管理,auto-renewal 可在购买后转到用户的帐户设置来关闭
• 免费试用期的任何未使用部分(如果提供)将在用户购买该出版物的订阅时被没收(如果适用)
条款和条件:link 到条款和条件
隐私政策:link 到隐私政策
实际上,用户应该在应用程序本身中获知 Alex 或 Kkkk Kkkk 的回复中列出的项目。
用户应该确切地知道他们buying/subscribing要做什么。因此,我实际上解释了 Apple Human Interface Guidelines,你必须在用户开始使用 inApp Process 之前让它们对用户可见。
而且在我看来,每个开发人员都应该礼貌地向用户展示在应用程序中显示这些信息,这不应该只是 Apple 的要求。
我的应用被拒绝了,因为我没有将元数据添加到 App Store:
App Store Metadata
We were unable to find the following in the metadata to be displayed on the App Store.
Information about the auto-renewable nature of the subscription in your app's description:
Title of publication or service
• Length of subscription (time period and content or services provided during each subscription period)
• Payment will be charged to iTunes Account at confirmation of purchase
• Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period
• Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal
• Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase
• Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable
– A link to the terms of use in either the app description or EULA field of App Store Connect
– A privacy policy link in the Privacy Policy URL field of App Store Connect
我在 iTunesConnect 的 in-app 购买页面上找不到任何元数据。这是我的截图:
in-app 拒绝购买:
此处没有标题或长度等任何字段:
我准确地填写了页面上的所有字段,但我不知道如何将元数据添加到 App Store。可能是在App Store Connect的不同地方,但我没找到。
非常感谢@Paulw11!我的应用程序获得批准。线索是将所有元数据文本插入到应用程序描述中,例如:
---
Features:
....
Subscription:
[ price / length / title /
Account will be charged for
renewal within 24-hours
prior to the end ... etc ]
---
就我而言,在描述末尾添加以下描述后获得批准:
订阅:
• 标题:升级到高级版
• 订阅时长:1 年(订阅时长)
• 订阅价格:价格/年
• 付款将在确认购买时从 iTunes 帐户中扣除
• 帐户将在当前期间结束前 24 小时内收取续订费用,并确定续订费用
• 订阅可由用户管理,auto-renewal 可在购买后转到用户的帐户设置来关闭
• 免费试用期的任何未使用部分(如果提供)将在用户购买该出版物的订阅时被没收(如果适用)
条款和条件:link 到条款和条件
隐私政策:link 到隐私政策
实际上,用户应该在应用程序本身中获知 Alex 或 Kkkk Kkkk 的回复中列出的项目。
用户应该确切地知道他们buying/subscribing要做什么。因此,我实际上解释了 Apple Human Interface Guidelines,你必须在用户开始使用 inApp Process 之前让它们对用户可见。
而且在我看来,每个开发人员都应该礼貌地向用户展示在应用程序中显示这些信息,这不应该只是 Apple 的要求。