Hello,
in Appstore Connect, it is expected to declare the collected data types.
However, there is something that is pretty confusing, namely the definition of "Data Collection".
According to the form:
Data Collection
Thanks for helping users understand your app's privacy practices. Remember that you're responsible for any third-party code that is added to your app, so if your third-party partners collect data from your app, you must represent that in your responses.
“Collect” refers to transmitting data off the device in a way that allows you and/or your third-party partners to access it for a period longer than necessary to service the transmitted request in real time.
.....
What does the point "longer than necessary" refer to?
Obviously, my app is storing data of user to "function". My understanding is, storing data for functionality doesn't mean collecting data.
Is this correct?
Thank you.
Post
Replies
Boosts
Views
Activity
Hello,
in case of IAP (In App Purchase), how can I extract the list of subscribers?
I didn't see any screen on the developer.apple.com.
Thank you.
Hi,
For a user who subscribed a product via In-App Purchase, how does the application backend know that the user is still subscribed?
The initial purchase happens on the mobile app. Via receiving and validating the receipt of initial purchase, the backend of mobile app would be informed.
However, what is the appropriate option for the subsequent subscription payments?
How do I know whether the user is still paying?
Thanks.
Hello,
In my app, I have a timer. When the app is in the foreground, everything is good. Timer runs.
When the app goes to background, the timer stops. This is surely the iOS shuts down the app.
I read multiple documents and pages about the background tasks and background task strategies.
However, none of them are able to describe a scenario which is similar to Apple’s Stopwatch or Alarm or Timer.
How can I achieve a similar functionality?
Thanks.