Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

How to answer the App Store's App Privacy Data Collection questions?

Discussion in 'Unity Analytics' started by yyylny, Nov 29, 2020.

  1. krupps

    krupps

    Joined:
    Oct 17, 2017
    Posts:
    144
    I'll look again, some of the document answers aren't available anymore
     
  2. rem_s

    rem_s

    Joined:
    Mar 23, 2019
    Posts:
    2
    Hello ! I don't know if I should ask this question here or in a new thread though it's still answering the main point of "how to answer the app store app privacy data collection"

    I'm filling the App Store Connect Privacy Policy questions and I'm following this document page http://documentation.cloud.unity3d.com/en/articles/4702483-apple-nutritional-labels

    Though I don't see in my Packages folder if I'm using any of the SDKs mentioned on it and I haven't used any other SDKs than the ones Unity use for a default iOS Platform set up with 2021.2 version.

    Would these 8 SDKs be used on my App or none of them ? Thanks !
    Monetize
    Game Services
     
  3. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    A brand new/empty Unity project would have none of those services. You the developer would have explicitly installed them. If you installed them, they would likely be listed in Package Manager or may have folders under /Assets. As has been mentioned, a great way to see what information your app may be sending over the Internet would be to use a tool like Fiddler or Charles Proxy to do a one-time network check to confirm https://support.unity.com/hc/en-us/articles/115002917683-Using-Charles-Proxy-with-Unity
     
  4. rem_s

    rem_s

    Joined:
    Mar 23, 2019
    Posts:
    2
    Great Thanks for your answer! I'm going to use Charles
     
  5. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,716
    Hi, just running into this now.
    Just wondering, is Cloud Diagnostics the same as Crash Analytics? 4704486-apple-nutritional-info-crash-analytics
    Screen Shot 2022-08-10 at 8.56.22 pm.png

    Oh also, Unity guides were really helpful, but under the diagnostic ones the Purpose is listed as "Support, bug tracking, and analytics". But Apples guidelines say Tracking is for Tracking is data used "for targeted advertising or advertising measurement purposes." So can we select No for the following?

    Do you or your third-party partners use device IDs for tracking purposes?
    Yes, we use device IDs for tracking purposes
    No, we do not use device IDs for tracking purposes

    Thanks,
     
    Last edited: Aug 10, 2022
  6. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    We do not, but again, a Charles capture will be the source of truth. If you need to appeal to the store, you can also provide the Charles capture.
     
    petey likes this.
  7. petey

    petey

    Joined:
    May 20, 2009
    Posts:
    1,716
    Great, thanks :)