OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
105 stars 50 forks source link

GooglePlayGames Conflict 71.1600.0 #157

Closed NVentimiglia closed 5 years ago

NVentimiglia commented 5 years ago

Description: Nuget conflict when upgrading packages.

When upgrading the following packages, I get a conflict error. I need to uninstall OneSignal to do so. Would like to include OneSignal and these packages but requires OneSignal to upgrade support for GooglePlayGames.

Environment Android.

Steps to Reproduce Issue:

Install these packages

    <PackageReference Include="Xamarin.Android.Support.Core.Utils">
      <Version>28.0.0.1</Version>
    </PackageReference>
    <PackageReference Include="Xamarin.Facebook.AccountKit.Android">
      <Version>5.0.0</Version>
    </PackageReference>
    <PackageReference Include="Xamarin.GooglePlayServices.Auth">
      <Version>71.1600.0</Version>
    </PackageReference>
jkasten2 commented 5 years ago

@NVentimiglia I added each of the packages you listed above in order plus Com.OneSignal version 3.4.0 without any dependency issues. In the title of this ticket I see you noted you have "GooglePlayGames" 71.1600.0. I tried adding Xamarin.GooglePlayServices.Games 71.1700.0, 71.1600.0-preview3, and 71.1600.0-preview9. Each worked successfully so I am not able to reproduce any issues.

Please provide the following details so we can help.

  1. OneSignal-Xamarin-SDK version.
  2. The exact package you are upgrading.
    • Include both the from and to versions.
  3. The full error from the Visual Studio log when you upgrade.
NVentimiglia commented 5 years ago

This resolved with the latest version