-
Notifications
You must be signed in to change notification settings - Fork 148
Adding xamarin.googleplayservices.auth to .Net Maui app causes compile errors #909
Comments
Thank you, the suggestions in the 764 ticket solved that issue.
I'm working on a project where these 2 packages are added as transitive packages. These are the latest versions from Nuget, they are both published on the same day but the version numbers don't line up at all. I've updated the example project to demonstrate these errors. When it is compiled, the following XA4215 errors are thrown:
|
Google deprecated https://developer.android.com/guide/playcore#playcore-migration |
Xamarin.Android Version (eg: 6.0):
.net8.0-android
Operating System & Version (eg: Mac OSX 10.11):
Win11
Google Play Services Version
1xx.yyyy.zz
)xamarin.googleplayservices.auth 121.2.0.2
71.yyyy.zz
)Describe your Issue
Adding the xamarin.googleplayservices.auth package to a .Net Maui app causes compilation errors (see "build logs" section)
Relevant information
Add relevant project settings from
*.csproj
file:Packages used:
Minimal Repro Code Sample
https://github.com/dmanning23/GooglePlayServicesBug
Steps to Reproduce (with link to sample solution if possible):
Create a new .Net Maui app
Add the xamarin.googleplayservices.auth nuget package
The app no longer compiles
Include any relevant Exception Stack traces, build logs, adb logs:
The text was updated successfully, but these errors were encountered: