Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Add missing warning from original Firebase doc #287

Open
wants to merge 1 commit into
base: main
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 Firebase.Analytics/component/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Once you have your `GoogleService-Info.plist` file downloaded in your computer,
App.Configure ();
```

> ![note_icon] **_Note:** If you're tracking in-app purchases, you must initialize your transaction observer in [UIApplicationDelegate.FinishedLaunching](https://docs.microsoft.com/en-us/dotnet/api/uikit.uiapplicationdelegate.finishedlaunching?view=xamarin-ios-sdk-12) before initializing Firebase, or your observer may not receive all purchase notifications. See [Apple's In-App Purchase Best Practices](https://developer.apple.com/library/archive/technotes/tn2387/_index.html) for more information.

---

# Log events
Expand Down