在应用程序购买自动更新内容提示用户共享信息

时间:2023-01-12 21:52:47

I am adding the ability to purchase auto-renewable content through the iOS SDK's StoreKit API.

我正在添加通过iOS SDK的StoreKit API购买自动更新内容的功能。

When testing this in the sandbox on my iOS device, the following message appears in an alert after agreeing to purchase:

在我的iOS设备上的沙箱中测试时,同意购买后,警报中会显示以下消息:

Share your Information? The publisher of [app name here] would like your name, email, and zip code for use in accordance with their privacy policy.

分享您的信息? [app name here]的发布者希望根据他们的隐私政策使用您的姓名,电子邮件和邮政编码。

With buttons for "Don't Allow" and "Allow"

使用“不允许”和“允许”按钮

I don't want / need this information and don't want to annoy my users by prompting for it. However, I can't figure out how to disable this prompt to collect private information.

我不想/需要这些信息,也不想通过提示来惹恼我的用户。但是,我无法弄清楚如何禁用此提示来收集私人信息。

Any tips are appreciated!

任何提示都表示赞赏!

4 个解决方案

#1


5  

This is a marketing opt-in in your in-app product! Just uncheck it! This should do the trick!

这是您的应用内商品的营销选择!只是取消选中它!这应该做的伎俩!

EDIT:

编辑:

This option is in the iTunesConnect: Select your app in iTunesConnect, select "Manage In-App Purchases" (if you can't see it, you will have to subscribe for it in iTunesConnect > see Contracts). Select your autorenewable product and than the duration, you have already registered (e.g: 1 month). There you'll see the option "Offer a marketing opt-in incentive?". Select the option "No". After Apple has verified the product, the option should have gone when a user buys the autorenewable product.

此选项位于iTunesConnect中:在iTunesConnect中选择您的应用,选择“管理应用内购买”(如果您看不到它,则必须在iTunesConnect中订阅>参见合同)。选择您的自动更新产品,而不是持续时间,您已经注册(例如:1个月)。在那里,您会看到“提供营销选择激励?”选项。选择“否”选项。在Apple验证产品后,当用户购买自动更新产品时,该选项应该已经消失。

#2


3  

There is currently no option to disable this prompt.

目前没有禁用此提示的选项。

#3


3  

This is an answer from apple: "You need to send a request to App Review and they can disable this feature. You can contact App Review using the email address appreview@apple.com."

这是Apple的答案:“您需要向App Review发送请求,他们可以禁用此功能。您可以使用电子邮件地址appreview@apple.com与App Review联系。”

#4


0  

Here is an official answer from Apple Staff

以下是Apple Staff的官方回答

The "Share Your Information" dialog can be disabled by App Review. Please submit a request to appreview@apple.com, provide the application ID with the request. App Review may ask for additional information, but they can change the setting which triggers the presentation of this alert to users.

App Review可以禁用“共享您的信息”对话框。请向appreview@apple.com提交申请,并提供申请ID和申请。 App Review可能会要求提供其他信息,但他们可以更改触发向用户显示此提醒的设置。

You may be aware of the option for Auto Renewing subscriptions to "Offer a marketing opt-in incentives" - yes/no. This setting controls whether the user will be provided a bonus free period for sharing their information. This option does not control whether the "Share Your Information" alert is presented.

您可能知道自动续订订阅“提供营销选择激励”的选项 - 是/否。此设置控制是否为用户提供免费奖励以分享他们的信息。此选项不控制是否显示“共享您的信息”警报。

#1


5  

This is a marketing opt-in in your in-app product! Just uncheck it! This should do the trick!

这是您的应用内商品的营销选择!只是取消选中它!这应该做的伎俩!

EDIT:

编辑:

This option is in the iTunesConnect: Select your app in iTunesConnect, select "Manage In-App Purchases" (if you can't see it, you will have to subscribe for it in iTunesConnect > see Contracts). Select your autorenewable product and than the duration, you have already registered (e.g: 1 month). There you'll see the option "Offer a marketing opt-in incentive?". Select the option "No". After Apple has verified the product, the option should have gone when a user buys the autorenewable product.

此选项位于iTunesConnect中:在iTunesConnect中选择您的应用,选择“管理应用内购买”(如果您看不到它,则必须在iTunesConnect中订阅>参见合同)。选择您的自动更新产品,而不是持续时间,您已经注册(例如:1个月)。在那里,您会看到“提供营销选择激励?”选项。选择“否”选项。在Apple验证产品后,当用户购买自动更新产品时,该选项应该已经消失。

#2


3  

There is currently no option to disable this prompt.

目前没有禁用此提示的选项。

#3


3  

This is an answer from apple: "You need to send a request to App Review and they can disable this feature. You can contact App Review using the email address appreview@apple.com."

这是Apple的答案:“您需要向App Review发送请求,他们可以禁用此功能。您可以使用电子邮件地址appreview@apple.com与App Review联系。”

#4


0  

Here is an official answer from Apple Staff

以下是Apple Staff的官方回答

The "Share Your Information" dialog can be disabled by App Review. Please submit a request to appreview@apple.com, provide the application ID with the request. App Review may ask for additional information, but they can change the setting which triggers the presentation of this alert to users.

App Review可以禁用“共享您的信息”对话框。请向appreview@apple.com提交申请,并提供申请ID和申请。 App Review可能会要求提供其他信息,但他们可以更改触发向用户显示此提醒的设置。

You may be aware of the option for Auto Renewing subscriptions to "Offer a marketing opt-in incentives" - yes/no. This setting controls whether the user will be provided a bonus free period for sharing their information. This option does not control whether the "Share Your Information" alert is presented.

您可能知道自动续订订阅“提供营销选择激励”的选项 - 是/否。此设置控制是否为用户提供免费奖励以分享他们的信息。此选项不控制是否显示“共享您的信息”警报。