Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Dec 13, 2023
1 parent 01dffc8 commit 9d4a1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Then add this method in the `AppDelegate`:

## Android

In version 4 we use Xamarin.Essentials so you must ensure you initialize it in your Android project. It is setup by default in new projects:
For Xamarin.Android apps, in version 4 we use Xamarin.Essentials so you must ensure you initialize it in your Android project. It is setup by default in new projects:

```csharp
protected override void OnCreate(Bundle savedInstanceState) {
Expand All @@ -105,7 +105,7 @@ protected override void OnCreate(Bundle savedInstanceState) {
//...
```

The `com.android.vending.BILLING` permission is required to use In-App Billing on Android and this library will automatically added it your Android Manifest when you compile. No need to add them manually!
This is not needed in .NET 6 or .NET MAUI apps as we use built in .NET MAUI APIs to handle this for us.


<= Back to [Table of Contents](README.md)

0 comments on commit 9d4a1f0

Please sign in to comment.