Skip to content

Commit

Permalink
[docs] Add IDFA note & link to privacy-explained (#7413)
Browse files Browse the repository at this point in the history
* [docs] Add IDFA note & link to privacy-explained

* v34

* v36

* v35
  • Loading branch information
cruzach committed Mar 20, 2020
1 parent 747273d commit b3c659d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/versions/unversioned/distribution/app-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To access these values at runtime, you can use the [Expo Constants API](../../sd
- All apps in the iTunes Store must abide by the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Apple will ask you whether your app uses the IDFA. Because Expo depends on Segment Analytics, the answer is yes, and you'll need to check a couple boxes on the Apple submission form. See [Segment's Guide](https://segment.com/docs/sources/mobile/ios/quickstart/#step-5-submitting-to-the-app-store) for which specific boxes to fill in.

> **Note**: No data is sent to Segment from your app unless you explicitly do so using the `Segment` API. However, because that code is present in your binary (even if it's unused), you need to say your app uses the IDFA. For more information on how Expo handles your data, and your end users' data, take a look at our [Privacy Explained page](https://expo.io/privacy-explained).
## Android Permissions

- Permissions are configured via the [`android.permissions` key in your `app.json` file](../../workflow/configuration/#android)
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/versions/v34.0.0/distribution/app-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To access these values at runtime, you can use the [Expo Constants API](../../sd
- All apps in the iTunes Store must abide by the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Apple will ask you whether your app uses the IDFA. Because Expo depends on Segment Analytics, the answer is yes, and you'll need to check a couple boxes on the Apple submission form. See [Segment's Guide](https://segment.com/docs/sources/mobile/ios/quickstart/#step-5-submitting-to-the-app-store) for which specific boxes to fill in.

> **Note**: No data is sent to Segment from your app unless you explicitly do so using the `Segment` API. However, because that code is present in your binary (even if it's unused), you need to say your app uses the IDFA. For more information on how Expo handles your data, and your end users' data, take a look at our [Privacy Explained page](https://expo.io/privacy-explained).
## Android Permissions

- Permissions are configured via the [`android.permissions` key in your `app.json` file](../../workflow/configuration/#android)
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/versions/v35.0.0/distribution/app-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To access these values at runtime, you can use the [Expo Constants API](../../sd
- All apps in the iTunes Store must abide by the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Apple will ask you whether your app uses the IDFA. Because Expo depends on Segment Analytics, the answer is yes, and you'll need to check a couple boxes on the Apple submission form. See [Segment's Guide](https://segment.com/docs/sources/mobile/ios/quickstart/#step-5-submitting-to-the-app-store) for which specific boxes to fill in.

> **Note**: No data is sent to Segment from your app unless you explicitly do so using the `Segment` API. However, because that code is present in your binary (even if it's unused), you need to say your app uses the IDFA. For more information on how Expo handles your data, and your end users' data, take a look at our [Privacy Explained page](https://expo.io/privacy-explained).
## Android Permissions

- Permissions are configured via the [`android.permissions` key in your `app.json` file](../../workflow/configuration/#android)
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/versions/v36.0.0/distribution/app-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ To access these values at runtime, you can use the [Expo Constants API](../../sd
- All apps in the iTunes Store must abide by the [App Store Review Guidelines](https://developer.apple.com/app-store/review/guidelines/).
- Apple will ask you whether your app uses the IDFA. Because Expo depends on Segment Analytics, the answer is yes, and you'll need to check a couple boxes on the Apple submission form. See [Segment's Guide](https://segment.com/docs/sources/mobile/ios/quickstart/#step-5-submitting-to-the-app-store) for which specific boxes to fill in.

> **Note**: No data is sent to Segment from your app unless you explicitly do so using the `Segment` API. However, because that code is present in your binary (even if it's unused), you need to say your app uses the IDFA. For more information on how Expo handles your data, and your end users' data, take a look at our [Privacy Explained page](https://expo.io/privacy-explained).
## Android Permissions

- Permissions are configured via the [`android.permissions` key in your `app.json` file](../../workflow/configuration/#android)
Expand Down

0 comments on commit b3c659d

Please sign in to comment.