Skip to content

Commit

Permalink
[docs] No more "check the IDFA box" in SDK 39
Browse files Browse the repository at this point in the history
Removal of IDFA code in these PRs:
- #9606
- #9880
  • Loading branch information
cruzach committed Aug 24, 2020
1 parent 7943ac3 commit bd64e50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/distribution/app-stores.md
Expand Up @@ -53,10 +53,10 @@ To access these values at runtime, you can use the [Expo Constants API](/version
## iOS-specific guidelines

- 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. **For Expo apps on an SDK version less than 39, the answer is yes.** This is because Expo depends on Segment Analytics, 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.
- Starting with SDK 39, you no longer need to check the IDFA usage box, **unless** you collect the IDFA via [`expo-amplitude`](/versions/latest/sdk/amplitude/).
- Apple will ask you whether your app uses the IDFA. **For Expo apps on an SDK version less than 39, the answer is yes.** This is because Expo contains the Segment and Amplitude Analytics SDKs, 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.
- Starting with SDK 39, you no longer need to check the IDFA usage box if you're using the managed workflow.

> **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).
> **Note**: No data is sent to Segment or Amplitude from your app unless you explicitly do so using the APIs. However, because that code is present in your binary (even if it's unused), you need to say your app uses the IDFA (if using an SDK lower than 39). 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

Expand Down

0 comments on commit bd64e50

Please sign in to comment.