Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add-ios15-note-migration-guide #224

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions migration-guide-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ options.attStatus = NSNumber.init(value: ATTrackingManager.trackingAuthorization
MParticle.sharedInstance().start(with: options)
```

- Don't provide the ATT status as described above for iOS 15. If you have used this method for iOS 14 and are migrating to iOS 15, either change to the following technique or see the last question in [iOS 15 FAQ](https://docs.mparticle.com/developers/sdk/ios/ios15/#do-apples-changes-to-att-status-during-app-launch-affect-mparticle-initialization).

#### 2. After the user responds to the ATT prompt

The code below shows the following:
Expand Down