Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jul 15, 2024
1 parent f3a0bda commit 37649cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,13 @@ protected override void OnCreate(Bundle savedInstanceState) {

This is not needed in .NET 6 or .NET MAUI apps as we use built in .NET MAUI APIs to handle this for us.

You may also need to add the following metadata into your AndroidManifext.xml
```xml
<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="6.1.0" />
```
Ensure the 6.1.0 matches the version of billing library you are using.


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

0 comments on commit 37649cb

Please sign in to comment.