Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In app purchase for auto-renewable content prompts user to share information

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!

like image 864
benvolioT Avatar asked Sep 28 '11 03:09

benvolioT


2 Answers

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.

like image 90
NicTesla Avatar answered Oct 06 '22 00:10

NicTesla


There is currently no option to disable this prompt.

like image 43
Yup. Avatar answered Oct 05 '22 23:10

Yup.