1The iOS build is killed the instant the scanner opens, while the same Android build just shows a dialog. How do the two platforms ask?Easy
2Onboarding asks for location, contacts and notifications on the first screen, and most users deny all three. What do you change?Easy
3A user who granted the camera three months ago is denied on reopening, and your rationale check reads false on a fresh install too. What is going on?Medium
4A courier app needs the driver's location while it is in the background. Which permissions do you request, in what order, and what will the stores ask you for?Medium
5A PR adds READ_MEDIA_IMAGES and full photo-library access so users can attach an avatar. What do you say in review?Medium
6QA says the microphone indicator stays lit for minutes after a voice note was sent. Why does that matter, and what do you fix?Medium
7Marketing wants a second notification prompt for everyone who said no. What can you actually offer them on each platform?Medium
8You add contact upload for friend-finding and a workout screen that reads health data. What will the review teams want to see before either one ships?Medium
9Your upload is rejected by email citing ITMS-91053 for an SDK you did not write — what is the privacy manifest actually checking?Medium
10An analytics event carries the user's search string and a crash breadcrumb carries their email — what does that do to the Data safety form and the App Store label?Medium
11Marketing says iOS installs stopped attributing and asks you to send the IDFA anyway — what do you tell them?Medium
12Every analytics call sits behind a consent flag, yet the DPO catches a request to the vendor before the dialog is answered — where did it come from?Medium
13A minor SDK bump adds READ_PHONE_STATE to your release manifest — how do you find that, and what are your options before shipping?Medium
14A user taps "Delete my account" — what has to happen beyond deleting the row, and what do you tell them about your backups?Hard
15Product wants to open the app to under-13s — what changes in the store listing, in the ad stack, and in what you may collect at all?Hard
16A reviewer asks you to prove the app only sends what your privacy form claims — what evidence can you actually produce?Hard