Azure / azure-notificationhubs-xamarin

Azure Notification Hubs Sample for Xamarin Forms
MIT License
35 stars 23 forks source link

[FEATURE REQ] Target monoandroid10.0 #14

Closed adambarath closed 3 years ago

adambarath commented 3 years ago

It would be nice to bump build target to monoandroid10.0 and also use the AndroidX packages.

I think a the solution is add the monoandroid10.0 to the csproj and add reference to Xamarin.AndroidX.Migration nuget, too. I'm not sure, but probably it'll not necessary to create a new release from https://github.com/Azure/azure-notificationhubs-android , because AndroidX.Migration would handle AndroidX part of the build process.

jbtdevgit commented 3 years ago

Any updates for this? Apparently I am having an issue with target Android10 for not receiving a push notification when I migrated to the latest packages for both androidX, firebase, and googleplayservices. Using the following packages:

Xamarin.Azure.NotificationHubs.Android 1.0.1 Xamarin.AndroidX.AppCompat 1.2.0.5 Xamarin.Firebase.Messaging 120.1.7 Xamarin.GooglePlayServices.Base 117.2.1

marstr commented 3 years ago

Fixed in https://github.com/Azure/azure-notificationhubs-xamarin/pull/15