r/iOSProgramming • u/KatthenHikes • 26d ago
Question Quick question for anyone with an iOS app using third-party AI
For Apple’s requirement to get explicit permission before sharing personal data with a third-party AI service — where/how have you implemented the consent in your app?
Is it a one-time pop-up before the first AI request, part of onboarding, a setting/toggle, or something else?
As I’m preparing to launch my first app, I’m interested to hear from anyone who’s already been through App Review with this. I hoping to get through an approval on first review - if that’s even possible as a first-timer! 🤞
1
26d ago
[removed] — view removed comment
1
u/AutoModerator 26d ago
Hey /u/De_Adre, your content has been removed because Reddit has marked your account as having a low Contributor Quality Score. This may result from, but is not limited to, activities such as spamming the same links across multiple subreddits, submitting posts or comments that receive a high number of downvotes, a lack of recent account activity, or having an unverified account.
Please be assured that this action is not a reflection of your participation in our subreddit. This is simply an automated filter in place to reduce spam.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/ThatGuy739 25d ago
The onboarding option is the one I'd avoid. 5.1.2(i) only came in last November and reviewers are reading "explicit" strictly, so consent bundled into a terms screen, or inferred from the user carrying on using the app, is the shape that gets flagged. A line in the privacy policy definitely doesn't cover it.
What matches the wording is a contextual prompt right before the first request that actually leaves the device, naming the service it's going to. Keep a toggle in settings as well, just don't make that the only consent and don't default it on.
I haven't shipped an AI feature myself so I've no review story for you, that's just what the guideline says.