Hi everyone,
My iOS app performs only a GET request to an external server to receive a JSON with configuration data (e.g., app settings). It does not send any personal data — it's a read-only request used only to adjust app behavior.
Since the app only performs a GET request to the server and does not send any data from the user, no data is collected or stored.
In App Store Connect > App Privacy, is it correct to select: "No, we do not collect data from this app"?
Just want to confirm this is acceptable before submitting. Thanks!