In app purchase for auto-renewable content prompts

2019-03-09 20:06发布

问题:

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

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

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.

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!

回答1:

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.



回答2:

There is currently no option to disable this prompt.



回答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."



回答4:

Here is an official answer from 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.

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.